优化内容+修复bug

This commit is contained in:
zhouyanli
2026-08-19 10:21:58 +08:00
parent 1710cba509
commit 325813c67e
13 changed files with 110 additions and 79 deletions

View File

@@ -329,6 +329,8 @@
}
const refreshAllData = async () => {
// 立即展示页面骨架,避免首屏长时间停留在渐变加载页;数据在后台逐步填充
pageReady.value = true
const token = uni.getStorageSync('token') || ''
dataLoaded.value = true
const needReload = uni.getStorageSync('needReloadUserInfo')
@@ -352,7 +354,6 @@
getNoticeData()
getNewActivityList()
getbannarData()
pageReady.value = true
refreshing.value = false
}