修改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

@@ -135,11 +135,11 @@
const goFreash = () => {
if (checkType.value != '车位编号') {
uni.redirectTo({
uni.navigateTo({
url: '/pageSubPack/my/selectParingLot'
})
} else {
uni.redirectTo({
uni.navigateTo({
url: '/pageSubPack/my/addParkingSpace'
})
}
@@ -153,7 +153,7 @@
uni.removeStorageSync('parkingSpaceId')
uni.removeStorageSync('parkingSpaceName')
}
uni.redirectTo({
uni.navigateTo({
url: '/pageSubPack/my/addParkingSpace'
})
}