From f9b566aa7baa7f917aefa6fce0e19fc83a7f2b42 Mon Sep 17 00:00:00 2001 From: luyisha Date: Thu, 29 Jun 2023 18:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AE=9E=E5=90=8D=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/auth/primary.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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, '-----');