From c35671c337711c893d6b5f31ab6cdf52c2ed5bec Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 24 Apr 2026 09:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E5=8E=BB=E9=99=A4=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E5=8F=B7=E5=92=8C=E5=8C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/profile/certification.vue | 18 +++++++++--------- src/views/signUp/index.vue | 16 ---------------- 2 files changed, 9 insertions(+), 25 deletions(-) diff --git a/src/views/profile/certification.vue b/src/views/profile/certification.vue index f11c8ef..b484574 100644 --- a/src/views/profile/certification.vue +++ b/src/views/profile/certification.vue @@ -29,15 +29,15 @@ :placeholder="$t('profile.pleaseEnterName')" /> - - - - - - - - - +
+ + +
diff --git a/src/views/signUp/index.vue b/src/views/signUp/index.vue index bc08f25..d33d5ad 100644 --- a/src/views/signUp/index.vue +++ b/src/views/signUp/index.vue @@ -36,18 +36,6 @@
-
-
-
-
- - - -
- -
-
-
@@ -368,8 +356,6 @@ 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 @@ -576,8 +562,6 @@ 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: