广告弹窗相关更新

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

@@ -474,8 +474,8 @@
},
async onShow() {
let _this = this;
this.forceUpdate = !this.forceUpdate;
this.orderdetailFlag = true;
uni.pageScrollTo({
scrollTop: 0,
duration: 0
@@ -1115,6 +1115,10 @@
setTimeout(() => {
this.getElementTop();
}, 500);
this.forceUpdate = !this.forceUpdate;
setTimeout(()=>{
uni.cache.set('forceUpdate',1);
},300)
}
},