| | |
| | | <van-nav-bar |
| | | :placeholder="true" |
| | | :safe-area-inset-top="true" |
| | | title="KYC" |
| | | :title="$t('kyc')" |
| | | left-arrow |
| | | @click-left="$router.go(-1)" |
| | | > |
| | |
| | | </div> |
| | | <div class="bank_name"> |
| | | <div class="lefts"> |
| | | <span>{{ $t("有效號碼") + ":" }}</span> |
| | | <span>{{ $t("电话号码") + ":" }}</span> |
| | | </div> |
| | | <div class="rights"> |
| | | <input |
| | | v-if="showBtn" |
| | | type="text" |
| | | placeholder="Please enter your Valid number" |
| | | placeholder="Please enter your telephone number" |
| | | v-model="form.vaildNumber" |
| | | /> |
| | | <input |
| | |
| | | // 实名认证弹框 |
| | | if (isNull(this.form.name)) { |
| | | Toast(this.$t("hj207")); |
| | | } else if (isNull(this.form.idCard) || this.form.idCard.length != 12) { |
| | | Toast(this.$t("限制长度为12位数")); |
| | | } else if (isNull(this.form.vaildNumber) || this.form.vaildNumber.length != 10) { |
| | | Toast(this.$t("限制长度为10位数")); |
| | | } else if (!this.form.img1key) { |
| | | } else if (isNull(this.form.idCard)) { |
| | | Toast(this.$t("hj208")); |
| | | } else if (!this.form.img1key) { |
| | | Toast(this.$t("hj209")); |
| | | } else if (!this.form.img2key) { |
| | | Toast(this.$t("hj209")); |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | background: #5c288c; |
| | | background: #185546; |
| | | font-size: 0.4103rem; |
| | | color: #fff; |
| | | |