From 99674db5f519e468f86ec15333916caf7a7637f2 Mon Sep 17 00:00:00 2001 From: luyisha Date: Thu, 29 Jun 2023 18:44:38 +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 --- src/views/profile/certification.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/profile/certification.vue b/src/views/profile/certification.vue index fa78f5c..7d957ea 100644 --- a/src/views/profile/certification.vue +++ b/src/views/profile/certification.vue @@ -68,7 +68,7 @@ >{{item.country_code}}({{item.name}}) --> -
+
@@ -371,13 +371,13 @@ export default { // 初级认证 primaryAuth() { let data = this.form; - if(this.form.phone==""){ - this.$message({ - message: this.$t('login.enterMobile'), - type: "warning" - }); - return; - } + // if(this.form.phone==""){ + // this.$message({ + // message: this.$t('login.enterMobile'), + // type: "warning" + // }); + // return; + // } // data.country_code = this.country.country_code; data.front_img = this.topForm.front_img; data.back_img = this.topForm.back_img;