From 1d2b0f903f922341480549bc68f55aea0a530eaa Mon Sep 17 00:00:00 2001 From: raoyongjun <2641346316@qq.com> Date: Tue, 7 May 2024 13:22:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A7=A3=E5=86=B3=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/content/Content.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index d4286e7..079b18b 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -457,7 +457,7 @@ async function oneCheck() { // reset() // loadMore() } - waterfallRef.value?.resize() + // waterfallRef.value?.resize() } else { if (timer.value) @@ -709,7 +709,7 @@ function refresh(val?: any) { // loadMore() configStore.setTimeNum(0) } - waterfallRef.value?.resize() + // waterfallRef.value?.resize() // else if (checkTaskStatus.value === 1) { // return; // } -- 2.39.3