修复bug

This commit is contained in:
zhouyanli
2026-08-04 15:43:20 +08:00
parent 57756f016e
commit 466f710b33
6 changed files with 11 additions and 4 deletions

View File

@@ -346,13 +346,14 @@
}
const resetPageData = () => {
currentCommunity.value = '请绑定房屋'
currentCommunity.value = '请绑定房屋'
currentVillageId.value = ''
activityList.value = []
bannerList.value = []
bannerRawData.value = []
noticeText.value = '暂无公告'
noticeId.value = ''
uni.removeStorageSync(HOME_CACHE_KEY)
}
onShow(() => {