This commit is contained in:
xiaozhiyong
2023-04-17 09:54:24 +08:00
parent 0f72d67b2e
commit 91895c9265
3 changed files with 37 additions and 25 deletions

View File

@@ -351,6 +351,13 @@
icon: 'none'
})
}, 1000);
let siteId = uni.getStorageSync('siteId')
if(siteId) {
uni.redirectTo({
url: `/BagStation/pages/stationDetail/stationDetail?siteId=${siteId}`
})
return
}
// 这里有问题
uni.switchTab({
url: '/pages/tabbar/home/home'