From 4d0ad947c77e5a55ff4d5916143b96d682e528c4 Mon Sep 17 00:00:00 2001 From: luyisha Date: Thu, 29 Jun 2023 17:09:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=AE=9E=E5=90=8D=E5=BF=85?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/profile/certification.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/profile/certification.vue b/src/views/profile/certification.vue index a5281e9..fa78f5c 100644 --- a/src/views/profile/certification.vue +++ b/src/views/profile/certification.vue @@ -371,6 +371,13 @@ export default { // 初级认证 primaryAuth() { let data = this.form; + 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;