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(() => {