This commit is contained in:
xiaozhiyong
2023-03-20 09:32:18 +08:00
parent ea8e9f9eb7
commit 5a6193c34f
4 changed files with 31 additions and 10 deletions

View File

@@ -576,7 +576,6 @@
},
toDetail(item) {
let itemS = encodeURIComponent(JSON.stringify(item))
console.log(itemS)
if (uni.getStorageSync('user')) {
uni.navigateTo({
url: `/BagStation/pages/stationDetail/stationDetail?item=${itemS}`,