修改bug,优化导航

This commit is contained in:
zhouyanli
2026-07-30 15:35:02 +08:00
parent a6243cf466
commit 80ff7588b1
54 changed files with 389 additions and 499 deletions

View File

@@ -140,11 +140,11 @@
const goFreash = () => {
console.log(checkType.value, '刷新页面')
if (checkType.value !== '户号') {
uni.redirectTo({
uni.navigateTo({
url: '/pageSubPack/my/selectBuilding'
})
} else {
uni.redirectTo({
uni.navigateTo({
url: '/pageSubPack/my/addHouse'
})
}
@@ -165,7 +165,7 @@
uni.removeStorageSync('houseNumberId')
uni.removeStorageSync('houseNumberName')
}
uni.redirectTo({
uni.navigateTo({
url: '/pageSubPack/my/addHouse'
})
}