页面返回不刷新

2021-09-17  本文已影响0人  米古月_f198

if (AU.channelId == 'HJQCommonChannelId') {
window.removeEventListener(this.showDeal);
window.removeEventListener(this.hideDeal);
}

setTimeout(()=>{
window.addEventListener('pageshow', this.showDeal);
window.addEventListener('pagehide', this.hideDeal);
}, 1)

showDeal () {
setTimeout(()=>{
if (isPageHide) {
window.location.reload();
}
console.log(12);
},10)

    },
    hideDeal () {
        isPageHide = true;
        console.log(34);
    },
上一篇 下一篇

猜你喜欢

热点阅读