更新
This commit is contained in:
@@ -280,13 +280,13 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}, 1000);
|
}, 1000);
|
||||||
// 这里有问题
|
|
||||||
if(this.scanningParams) {
|
if(this.scanningParams) {
|
||||||
uni.redirectTo({
|
uni.redirectTo({
|
||||||
url: `/BagStation/pages/stationDetail/stationDetail?q=${this.scanningParams}`
|
url: `/BagStation/pages/stationDetail/stationDetail?q=${this.scanningParams}`
|
||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
// 这里有问题
|
||||||
uni.switchTab({
|
uni.switchTab({
|
||||||
url: '/pages/tabbar/home/home'
|
url: '/pages/tabbar/home/home'
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user