| | |
| | | <div class="header"> |
| | | <div class="flex items-center" @click="$router.go(-1)"><img |
| | | src="../../assets/image/assets-center/left-arrow.png" alt="" class="leftReturn" /></div> |
| | | <div class="textColor" @click="$router.push('/gooleVerify')">{{ $t('skip') }}</div> |
| | | <!-- <div class="textColor" @click="$router.push('/gooleVerify')">{{ $t('skip') }}</div> --> |
| | | <div class="textColor" @click="$router.push('/finish')">{{ $t('skip') }}</div> |
| | | </div> |
| | | <Step :step="2"></Step> |
| | | <div class="title textColor">{{ $t('realNameVertify') }}</div> |
| | |
| | | return |
| | | } |
| | | if (status.value !== 0) { |
| | | router.push('/gooleVerify'); |
| | | // router.push('/gooleVerify'); |
| | | router.push('/finish'); |
| | | } else { |
| | | _applyIdentify({ |
| | | name: name.value, |
| | |
| | | countryName: countryCode.value // countryName 存储的 code, 回来再遍历 |
| | | }).then(() => { |
| | | showToast(t('submitSuccess')) |
| | | router.push('/gooleVerify'); |
| | | // router.push('/gooleVerify'); |
| | | router.push('/finish'); |
| | | //this.fetchInfo() |
| | | }).catch(err => { |
| | | console.log(err) |