window.top.addEventListener('popstate',function (event) { event.preventDefault() // history.go(1) console.log('close the window') // WeixinJSBridge.call('closeWindow') },false)
我想在项目中设置点击返回按钮时失效,但是我引入了preventDefault没有阻止默认返回事件,为什么呢?
相关分类