美文网首页
h5安卓物理返回键

h5安卓物理返回键

作者: Kanbuduo | 来源:发表于2019-04-02 13:27 被阅读0次

    if(window.history &&window.history.pushState) {

    $(window).on('popstate',function() {

    varhashLocation=location.hash;

    varhashSplit=hashLocation.split("#!/");

    varhashName=hashSplit[1];

    if(hashName!=='') {

    varhash=window.location.hash;

    if(hash==='') {

    location.href='你的地址'

    }

    }

    });

    window.history.pushState('forward',null,'payment.html?streamCode='+getUrlParam('streamCode')+'&totalPrice='+getUrlParam('totalPrice'));

    }

    相关文章

      网友评论

          本文标题:h5安卓物理返回键

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