Browse Source

修改注册页面逻辑

master
liaoxinyu 4 weeks ago
parent
commit
56a87a1574
  1. 4
      src/views/signUp/index.vue

4
src/views/signUp/index.vue

@ -368,7 +368,7 @@ export default {
email: this.user.email, email: this.user.email,
phone: this.user.phone, phone: this.user.phone,
gc_code: this.user.gc_code, gc_code: this.user.gc_code,
country_code: this.country.country_code, country_code: this.user.country_id,
gc_key: this.gc_key, gc_key: this.gc_key,
token token
}).then(data => { }).then(data => {
@ -575,7 +575,7 @@ export default {
data.type = `2`; data.type = `2`;
data.account = this.user.email; data.account = this.user.email;
data.phone = this.user.phone; data.phone = this.user.phone;
data.country_code = this.country.country_code; data.country_code = this.user.country_id;
break; break;
default: default:

Loading…
Cancel
Save