This commit is contained in:
juguohong
2025-08-31 20:26:28 +08:00
parent 4e68db2476
commit 2295c8c677

View File

@@ -60,7 +60,7 @@ const ListPage = () => {
useEffect(() => { useEffect(() => {
// 页面加载时获取数据 // 页面加载时获取数据
fetchMatches(); fetchMatches();
}, [fetchMatches]); }, []);
// 下拉刷新处理函数 - 使用Taro生命周期钩子 // 下拉刷新处理函数 - 使用Taro生命周期钩子
Taro.usePullDownRefresh(() => { Taro.usePullDownRefresh(() => {