diff --git a/src/views/signUp/index.vue b/src/views/signUp/index.vue index 5c6159e..9045349 100644 --- a/src/views/signUp/index.vue +++ b/src/views/signUp/index.vue @@ -368,7 +368,7 @@ export default { email: this.user.email, phone: this.user.phone, gc_code: this.user.gc_code, - country_code: this.country.country_code, + country_code: this.user.country_id, gc_key: this.gc_key, token }).then(data => { @@ -575,7 +575,7 @@ export default { data.type = `2`; data.account = this.user.email; data.phone = this.user.phone; - data.country_code = this.country.country_code; + data.country_code = this.user.country_id; break; default: