$scope.$on('$locationChangeStart', function(e) { if(!tfOrder && comm.getStorage('orederlistLen')>0){ if(confirm("退出将清空投注")){ //浏览器自带返回按钮点击时,清空投注
//code
}else{ e.preventDefault(); //阻止后退 } } });
http://www.cnblogs.com/gaoruixin/p/6070502.html
$scope.$on('$locationChangeStart', function(e) { if(!tfOrder && comm.getStorage('orederlistLen')>0){ if(confirm("退出将清空投注")){ //浏览器自带返回按钮点击时,清空投注
//code
}else{ e.preventDefault(); //阻止后退 } } });
http://www.cnblogs.com/gaoruixin/p/6070502.html
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。