修复bug

This commit is contained in:
zhouyanli
2026-08-04 15:43:20 +08:00
parent 57756f016e
commit 466f710b33
6 changed files with 11 additions and 4 deletions

View File

@@ -129,7 +129,7 @@
}
const goBack = () => {
uni.switchTab({ url: '/pages/myIndex/myIndex' })
uni.navigateBack({ delta: 1 })
}
</script>

View File

@@ -198,7 +198,7 @@
}
const goBack = () => {
uni.switchTab({ url: '/pages/myIndex/myIndex' })
uni.navigateBack({ delta: 1 })
}
</script>

View File

@@ -164,7 +164,7 @@
}
const goBack = () => {
uni.switchTab({ url: '/pages/myIndex/myIndex' })
uni.navigateBack({ delta: 1 })
}
</script>

View File

@@ -293,6 +293,7 @@
uni.removeStorageSync('token')
uni.removeStorageSync('userId')
uni.removeStorageSync('currentVillageId')
uni.removeStorageSync('home_cache')
uni.hideLoading()
uni.hideToast()
uni.reLaunch({ url: '/pageSubPack/loginSub/login?mode=pwd' })