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

@@ -217,8 +217,8 @@
this.innerAudioContext?.stop()
},
onLoad(option) {
let siteId = uni.getStorageSync('siteId') || option.siteId
if(siteId) {
// let siteId = uni.getStorageSync('siteId') ||
if(option.siteId) {
uni.setStorageSync('siteId',siteId)
this.siteId = siteId
this.getSiteInfo(siteId)