From 71e7f4223a472ec7d600109e99ca0620d7b0c9c2 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:55:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(login):=20=E4=BC=98=E5=8C=96=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E5=92=8C=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整验证码重新发送和返回按钮的布局 - 添加返回按钮,提高用户操作便利性 - 优化代码结构,提高页面可维护性 --- app/pages/login/index.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/pages/login/index.vue b/app/pages/login/index.vue index 3ef7bf1..b0954d6 100644 --- a/app/pages/login/index.vue +++ b/app/pages/login/index.vue @@ -176,18 +176,20 @@ const goLogin =async () => {
+{{ selectedZone }} {{ phoneNum }}
-
- {{ $t('login.reSend') }}({{countdown}}) -
+
+
+ {{ $t('login.reSend') }}({{countdown}}) +
+
+ {{ $t('login.back') }} +
+
{{ $t('login.login') }} {{ $t('login.login') }}
-
- {{ $t('login.back') }} -