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'