From e0e2eddf96072398a367f81d873f17de358e7e43 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Fri, 16 Sep 2022 10:11:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E8=A7=86=E5=9B=BE?= =?UTF-8?q?=E5=B1=82=E6=95=B0=E6=8D=AE=E6=9B=B4=E6=96=B0=E9=A2=91=E7=8E=87?= =?UTF-8?q?=20=E5=87=8F=E5=B0=91=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Main.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Main.vue b/src/views/Main.vue index 7dd3491..df17b2e 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -219,7 +219,7 @@ onMounted(() => { updateShowList(activeTab.value) prev = now } - }, 500) + }, 800) // 监听搜索框 watch(filterText, (val) => updateShowList(activeTab.value))