修复bug

This commit is contained in:
zhouyanli
2026-08-17 16:32:12 +08:00
parent 365391b490
commit a4c7318ff6
8 changed files with 30 additions and 27 deletions

View File

@@ -153,6 +153,8 @@
noMoreData.value = false
getList()
uni.setStorageSync('houseIsDefault', e.detail.value)
// 标记首页需要重新加载用户信息,返回首页后 onShow 会自动刷新小区
uni.setStorageSync('needReloadUserInfo', true)
uni.showToast({
title: res.msg || '设置默认房屋成功',
icon: 'none'