修复bug
This commit is contained in:
@@ -75,7 +75,7 @@ const onDeleteAccount = () => {
|
||||
if (res.code === 200) {
|
||||
uni.showToast({ title: '注销成功', icon: 'success' })
|
||||
setTimeout(() => {
|
||||
uni.navigateTo({
|
||||
uni.reLaunch({
|
||||
url: '/pageSubPack/loginSub/login?mode=pwd'
|
||||
})
|
||||
}, 1500)
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user