From 50def81baac3012e57447300ca88eecd8a507e24 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 22 Apr 2026 18:10:25 +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 --- pages/reg/index.vue | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/pages/reg/index.vue b/pages/reg/index.vue index 1c2e6ac..42a2bf5 100644 --- a/pages/reg/index.vue +++ b/pages/reg/index.vue @@ -56,6 +56,17 @@ + + + {{$t('reg.a2')}} + + + {{$t('homeNewText.ee6')}} @@ -108,17 +119,17 @@ {{$t('common.c13')}} - + - + + - + --> @@ -166,7 +177,8 @@ export default { password_confirmation: "", invite_code: "", gr_code: "", - withdrawal_psw:"" + withdrawal_psw:"", + phone:"" }, captcha: '', Graph_che:'', @@ -210,10 +222,10 @@ export default { } return; } - if (!this.form.invite_code) { - this.$toast(this.$t('reg.c7')); - return; - } + // if (!this.form.invite_code) { + // this.$toast(this.$t('reg.c7')); + // return; + // } if (!this.form.withdrawal_psw) { this.$toast(this.$t('common.c14')); return; @@ -293,7 +305,7 @@ export default { //注册完成后登录 login(){ - let data={type: 2,account:this.form.account,password: this.form.password} + let data={type: 2,account:this.form.account,password: this.form.password,phone: this.form.phone,country_id:this.form.country_id} Member.login(this.form) .then((res) => { this.loginSuccess(res.data);