commit | d727ec407e8fc3518dca6d2284941da9c9753315 | [log] [tgz] |
---|---|---|
author | qiaowei <jov123@163.com> | 周二 4月 14 17:52:42 2020 +0800 |
committer | qiaowei <jov123@163.com> | 周二 4月 14 17:52:42 2020 +0800 |
tree | 294417e1794c94e41091c512504ea6830150204a | |
parent | 9579db49ed24da51339056c0fd3c58fceed959a7 [diff] [blame] |
公安app
diff --git a/www/js/index.js b/www/js/index.js index 9e660c1..5f48d1e 100644 --- a/www/js/index.js +++ b/www/js/index.js
@@ -27,7 +27,7 @@ onDeviceReady: function() { debugger; var firstload = window.localStorage.getItem("firstload"); - if(isEmpty(firstload)){ + if(isEmpty(firstload)||firstload!='yes'){ app.toPage("startload.html") return; }