From e1ce077f55f966f4731d8f30f0c6380e90cecc7d Mon Sep 17 00:00:00 2001 From: raofuzi <2641346316@qq.com> Date: Sun, 31 Mar 2024 18:08:02 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/content/Content.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/home/content/Content.vue b/src/views/home/content/Content.vue index 40e599f..3163054 100644 --- a/src/views/home/content/Content.vue +++ b/src/views/home/content/Content.vue @@ -282,6 +282,8 @@ async function oneCheck() { setTimeout(() => { configStore.setTimeNum(0); }, 1000); + reset() + loadMore() } }}) }