This commit is contained in:
liuye
2024-07-01 15:00:58 +08:00
parent 669a358195
commit 02fc32def7

View File

@@ -199,7 +199,6 @@ export default {
uni.navigateTo({url: `./EvaluateForm?shopId=${this.shopId}`})
},
goBack() {
console.log(getCurrentPages().length)
if (getCurrentPages().length === 1) {
uni.switchTab({
url: "/pages/AppHome/AppHome",