首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
iOS设备微信页面回退内容不刷新的问题
iOS设备微信页面回退内容不刷新的问题
mac
2026-04-22
9
解决方法:在回退后需要刷新的页面加以下js:
$(function () { var isPageHide = false; window.addEventListener('pageshow', function () { if (isPageHide) { window.location.reload(); } }); window.addEventListener('pagehide', function () { isPageHide = true; }); })
转载请注明原文地址: https://mac.8miu.com/read-513459.html
最新回复
(
0
)