修复bug
This commit is contained in:
@@ -146,16 +146,14 @@
|
||||
}
|
||||
|
||||
const goBackAdd = () => {
|
||||
if (checkType.value == '停车场') {
|
||||
uni.removeStorageSync('parkingLotId')
|
||||
uni.removeStorageSync('parkingLotName')
|
||||
} else if (checkType.value == '车位编号') {
|
||||
uni.removeStorageSync('parkingSpaceId')
|
||||
uni.removeStorageSync('parkingSpaceName')
|
||||
if (checkType.value == "停车场") {
|
||||
uni.removeStorageSync("parkingLotId")
|
||||
uni.removeStorageSync("parkingLotName")
|
||||
} else if (checkType.value == "车位编号") {
|
||||
uni.removeStorageSync("parkingSpaceId")
|
||||
uni.removeStorageSync("parkingSpaceName")
|
||||
}
|
||||
uni.navigateTo({
|
||||
url: '/pageSubPack/my/addParkingSpace'
|
||||
})
|
||||
uni.navigateBack()
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user