From 2295c8c6774fe00f6aa8d59199e81f138c335f0c Mon Sep 17 00:00:00 2001 From: juguohong Date: Sun, 31 Aug 2025 20:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/list/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/list/index.tsx b/src/pages/list/index.tsx index 779c376..fbe07c9 100644 --- a/src/pages/list/index.tsx +++ b/src/pages/list/index.tsx @@ -60,7 +60,7 @@ const ListPage = () => { useEffect(() => { // 页面加载时获取数据 fetchMatches(); - }, [fetchMatches]); + }, []); // 下拉刷新处理函数 - 使用Taro生命周期钩子 Taro.usePullDownRefresh(() => {