Merge branch 'feature/juguohong/20250816'

This commit is contained in:
juguohong
2025-08-31 20:26:51 +08:00

View File

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