From 00188a9d48ebcfe063f7426cefdfa46da851d0d6 Mon Sep 17 00:00:00 2001 From: scout <1134087124@qq.com> Date: Wed, 15 Jan 2025 13:05:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(login):=20=E5=AE=9E=E7=8E=B0=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD,=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E6=89=8B=E6=9C=BA=E5=8F=B7=E8=BE=93=E5=85=A5=E5=92=8C?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E7=A0=81=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/pages/login/index.vue | 116 ++++++++++++++++++++++++++++++-------- 1 file changed, 92 insertions(+), 24 deletions(-) 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') }}