广告弹窗相关更新

This commit is contained in:
GaoHao
2024-08-28 17:07:13 +08:00
parent 244e7bc736
commit c2ff506543
8 changed files with 19 additions and 8 deletions

View File

@@ -126,7 +126,7 @@
// this.shopId = e.shopId;
// this.init();
// }
console.log(e)
uni.cache.set('forceUpdate',1)
if (e.q) {
this.shopId = this.getQueryString(decodeURIComponent(e.q), 'shopId')
this.tokenShow = false;

View File

@@ -99,7 +99,8 @@
}
},
onLoad(e) {
this.shopId_id = e.shopId_id
this.shopId_id = e.shopId_id;
uni.cache.set('forceUpdate',1)
},
onShow() {
this.init();