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

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