美文网首页Javascript
关闭微信网页

关闭微信网页

作者: 0efb885b580c | 来源:发表于2017-05-11 16:47 被阅读8次
    关闭
    history.pushState({page : 'state2'},'state','#state2');
    window.onpopstate = function(event) {
           if (event.state.page === 'state1') {
                  WeixinJSBridge.call('closeWindow');
           }
     }
    history.pushState({page : 'state1'},'state','#state1');
    

    相关文章

      网友评论

        本文标题:关闭微信网页

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