美文网首页
页面返回不刷新

页面返回不刷新

作者: 米古月_f198 | 来源:发表于2021-09-17 20:47 被阅读0次

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);
    },

相关文章

网友评论

      本文标题:页面返回不刷新

      本文链接:https://www.haomeiwen.com/subject/csusgltx.html