修复bug

This commit is contained in:
zhouyanli
2026-08-03 10:42:17 +08:00
parent 2010c63d70
commit 27b547a82f
11 changed files with 73 additions and 50 deletions

View File

@@ -202,7 +202,7 @@
icon: 'success'
})
setTimeout(() => {
goBack()
uni.redirectTo({ url: "/pageSubPack/my/myParkingSpaceIndex" })
}, 1500)
} else {
uni.showToast({
@@ -223,6 +223,10 @@
})
}
const goBack = () => {
uni.navigateBack()
}
const onDelete = () => {
uni.showModal({
title: "确认删除",
@@ -243,7 +247,7 @@
icon: 'success'
})
setTimeout(() => {
goBack()
uni.redirectTo({ url: "/pageSubPack/my/myParkingSpaceIndex" })
}, 1500)
} else {
uni.showToast({
@@ -257,9 +261,6 @@
})
}
const goBack = () => {
uni.navigateBack()
}
</script>
<style lang="scss">