广告弹窗相关更新
This commit is contained in:
@@ -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)
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user