$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刪除。