微信 h5 页面 点击下方返回箭头 关闭当前打开系统

在页面加载完成后 
pushHistory(); window.addEventListener(
"popstate", function (e) { if (navigator.userAgent.indexOf('AlipayClient') > 0 && navigator.userAgent.indexOf('Android') > 0) { return; } pushHistory(); WeixinJSBridge.call('closeWindow'); }, false); function pushHistory() { var state = { title: "", url: "#" }; window.history.pushState(state, "", "#"); }

 

posted @ 2020-10-15 14:40  southPalace  阅读(601)  评论(0编辑  收藏  举报