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

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