From 79067d6f771547db73616ea304c5512941bac3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Tue, 1 Apr 2025 13:39:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/userAchi/tua-achi-list.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/userAchi/tua-achi-list.vue b/src/components/userAchi/tua-achi-list.vue index a46b0560..b54ba841 100644 --- a/src/components/userAchi/tua-achi-list.vue +++ b/src/components/userAchi/tua-achi-list.vue @@ -89,7 +89,7 @@ async function searchAchi(): Promise { } async function loadAchi(): Promise { - if (props.isSearch) return; + if (props.isSearch || props.series === -1) return; achievements.value = await TSUserAchi.getAchievements(props.uid, props.series); const ov = await TSUserAchi.getOverview(props.uid, props.series); isFinish.value = ov.fin === ov.total; @@ -152,7 +152,6 @@ function switchAchiInfo(next: boolean): void { .tua-al-container { display: flex; width: 100%; - height: fit-content; max-height: 100%; flex-direction: column; overflow-y: auto;