Browse Source

滑动验证

master
453530270@qq.com 2 years ago
parent
commit
6573a94284
  1. 1
      pages/reg/index.vue

1
pages/reg/index.vue

@ -155,6 +155,7 @@
<v-link class="color-sell" v-if="agreement.clause" :to="{path:'/pages/notice/detail',query:{id:agreement.clause.id}}">{{agreement.clause.title}}</v-link>
</view>
</view>
<tf-verify-img @succeed="chenggong" @close="showVerify = false" v-if="showVerify" :verifyImgs="imgs"></tf-verify-img>
<v-button type="blue" block class="w-max m-b-md rounded-md" @click="register">{{$t('reg.b9')}}</v-button>
</view>
</view>

Loading…
Cancel
Save