From 5ddc8fa9f29ad72319cc246f0f52d754dfcff330 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Thu, 5 Feb 2026 11:22:52 +0800 Subject: [PATCH 1/2] Update login.vue --- pages/login/login.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index 3fb4c96..e6b85c0 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -118,7 +118,7 @@ async function getPhoneNumber(e) { bindTeam(account.value) } else if (redirectUrl.value) { await attempToPage(redirectUrl.value); - } else if (res) { + } else { toHome(); } } From 4cc1e6853f1d2cf48548e53bbe237b70d7ee2c3f Mon Sep 17 00:00:00 2001 From: huxuejian Date: Thu, 5 Feb 2026 17:11:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/archive/bind-popup.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/archive/bind-popup.vue b/pages/archive/bind-popup.vue index 367fa21..3e7502d 100644 --- a/pages/archive/bind-popup.vue +++ b/pages/archive/bind-popup.vue @@ -95,4 +95,7 @@ watch(() => props.visible, n => { width: 48rpx; height: 48rpx; } +.popup-content-scroll{ + max-height: 65vh; +} \ No newline at end of file