This commit is contained in:
xiaozhiyong
2023-04-17 11:35:27 +08:00
parent 98af2a90fc
commit 0049dd2f2d
5 changed files with 32 additions and 26 deletions

View File

@@ -110,7 +110,7 @@
},
toDetail() {
uni.navigateTo({
url: `/BagStation/pages/stationDetail/stationDetail?siteId=${this.siteId}`,
url: `/BagStation/pages/stationDetail/stationDetail?siteId=${this.siteId}&customerJump=false`,
fail: (err) => {
// console.log(err)
},