解决微信返回按钮到上一页页面不刷新的问题

解决微信返回按钮到上一页页面不刷新的问题

 

<script type="text/javascript">
window.onpageshow = function(event){
if (event.persisted) {
window.location.reload();
}
}
</script>

posted @ 2017-04-13 14:38  岁月静好13543  阅读(4211)  评论(0编辑  收藏  举报
AmazingCounters.com