From 5953ffaef0cf17d6eb92cbdfca4f5dfcb64c4edb Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 9 Jun 2026 19:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=9D=E7=BA=A7=E8=AE=A4?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/auth/primary.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/auth/primary.vue b/pages/auth/primary.vue index 98f0c7a..46b4b9e 100644 --- a/pages/auth/primary.vue +++ b/pages/auth/primary.vue @@ -56,12 +56,13 @@ {{$t('auth.a7')}} - - + + +
{{activeCountry.name2}}
@@ -204,6 +205,7 @@ export default { created() { this.getAuthInfo(); this.getCountryCode(); + uni.setLocale('en') }, options: { styleIsolation: 'shared'