diff --git a/pages/auth/primary.vue b/pages/auth/primary.vue index 8ded5ee..14ccecc 100644 --- a/pages/auth/primary.vue +++ b/pages/auth/primary.vue @@ -50,7 +50,7 @@ - + {{$t('auth.c9')}} @@ -165,13 +165,13 @@ export default { // 认证 primaryAuth() { let data = this.form; - if(this.form.phone==""){ - uni.showToast({ - title: this.$t('reg.c3'), - icon: 'none' - }) - return; - } + // if(this.form.phone==""){ + // uni.showToast({ + // title: this.$t('reg.c3'), + // icon: 'none' + // }) + // return; + // } data.country_code = this.activeCountry.country_code; Profile.primaryAuth(data,{btn:this.$refs.btn}).then((res) => { console.log(res, '-----');