|
|
@ -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: |
|
|
|