diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue index b4f54f3..c365234 100644 --- a/app/pages/login/index.vue +++ b/app/pages/login/index.vue @@ -1,16 +1,78 @@ @@ -18,19 +80,19 @@ const pane=ref(0) - + - 中国(大陆) + {{ selectedCountry }} - + - +86 + +{{ selectedZone }} @@ -38,39 +100,45 @@ const pane=ref(0) - 获取验证码 - 获取验证码 + {{ $t('login.getCode') + }} + {{ $t('login.getCode') + }} - 已发送验证码至 - 15834362333 + {{ $t('login.hasSendTo') }} + +{{ selectedZone }} {{ phoneNum }} - + + - 重新发送 + {{ $t('login.reSend') }} - 登录 - 登录 + {{ + $t('login.login') + }} + {{ $t('login.login') }} + + + {{ $t('login.back') }}