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