From 56a87a1574d3fc88fdb054f2e7403240b51cf321 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 20 May 2026 16:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E5=86=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/signUp/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: