返回
This commit is contained in:
@@ -199,9 +199,11 @@ export default {
|
||||
uni.navigateTo({url: `./EvaluateForm?shopId=${this.shopId}`})
|
||||
},
|
||||
goBack() {
|
||||
console.log(111, this.isShare)
|
||||
if(this.isShare) {
|
||||
uni.switchTab({url: '/pages/AppHome/AppHome'})
|
||||
console.log(getCurrentPages().length)
|
||||
if (getCurrentPages().length === 1) {
|
||||
uni.switchTab({
|
||||
url: "/pages/AppHome/AppHome",
|
||||
})
|
||||
}else {
|
||||
uni.navigateBack()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user