From f41dcac544fd511438ed3a0ab526ef91cfc9d1e4 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 22 Apr 2026 18:10:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2=E5=B7=B2?= =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=82=80=E8=AF=B7=E7=A0=81=E3=80=81=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=A2=9E=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/index.vue | 44 ++++++++++++++++++++++++++------------ 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/src/views/signUp/index.vue b/src/views/signUp/index.vue index 2554360..bc08f25 100644 --- a/src/views/signUp/index.vue +++ b/src/views/signUp/index.vue @@ -36,6 +36,18 @@ +
+
+
+
+ + + +
+ +
+
+
@@ -79,11 +91,11 @@
-
{{$t('login.c6')}}
+ -
+ (${$t('login.optional')}) + -->
@@ -306,17 +318,17 @@ export default { ); return; } - if (this.user.parentCode=="") { - // 没有填写推荐人/邀请码 - this.$message( - { - type: "warning", - message: this.$t("login.c7") + "!" - }, - 1000 - ); - return; - } + // if (this.user.parentCode=="") { + // // 没有填写推荐人/邀请码 + // this.$message( + // { + // type: "warning", + // message: this.$t("login.c7") + "!" + // }, + // 1000 + // ); + // return; + // } if(this.withdrawal_psw==""){ this.$message( { @@ -356,6 +368,8 @@ export default { // console.log(token); Member.sendEmailCode({ email: this.user.email, + phone: this.user.phone, + country_code: this.country.country_code, gc_code: this.user.gc_code, gc_key: this.gc_key, token @@ -562,6 +576,8 @@ export default { case 1: data.type = `2`; data.account = this.user.email; + data.phone = this.user.phone; + data.country_code = this.country.country_code; break; default: