This commit is contained in:
hackrobot
2024-09-27 17:42:07 +08:00
parent 834a628b9f
commit 349754f806

View File

@@ -169,7 +169,7 @@ const Index = () => {
// 屏幕宽度大于 768 时,恢复默认顺序
setCityList(oldcityList);
}
}, [windowWidth, cityList]);
}, [windowWidth]);
return (
<View className="Index">