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: