From f8e4094e8d7b187f6a19019341f331c010c88ee8 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 24 Nov 2023 14:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=AA=8C=E8=AF=81=E7=A0=81?= =?UTF-8?q?=E4=B8=BA=E9=BB=91=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/index.vue | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/signUp/index.vue b/src/views/signUp/index.vue index ca19119..7dca509 100644 --- a/src/views/signUp/index.vue +++ b/src/views/signUp/index.vue @@ -278,7 +278,7 @@ export default { type:"warning", message:"input gc code pls.", }) - } + } // 其他补充的验证 if (!this.isAgree) { // 没有同意条款 @@ -291,17 +291,17 @@ export default { ); return; } - if (this.user.parentCode=="") { - // 没有填写推荐人 - this.$message( - { - type: "warning", - message: this.$t("login.referrer1") + "!" - }, - 1000 - ); - return; - } + // if (this.user.parentCode=="") { + // // 没有填写推荐人 + // this.$message( + // { + // type: "warning", + // message: this.$t("login.referrer1") + "!" + // }, + // 1000 + // ); + // return; + // } // 滑块安全性验证 // if (this.user.parentCode) {