From d727ec407e8fc3518dca6d2284941da9c9753315 Mon Sep 17 00:00:00 2001 From: qiaowei Date: Tue, 14 Apr 2020 17:52:42 +0800 Subject: [PATCH] =?utf8?q?=E5=85=AC=E5=AE=89app?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- config.xml | 2 +- package.json | 2 +- .../app/src/main/assets/www/index.html | 2 +- .../app/src/main/assets/www/js/index.js | 2 +- .../app/src/main/assets/www/login.html | 2 +- .../android/app/src/main/assets/www/main.html | 16 ++++++++-------- .../app/src/main/res/drawable-hdpi/icon.png | Bin 8894 -> 8942 bytes .../app/src/main/res/drawable-ldpi/icon.png | Bin 2858 -> 2944 bytes .../app/src/main/res/drawable-mdpi/icon.png | Bin 4513 -> 4652 bytes .../app/src/main/res/drawable-xhdpi/icon.png | Bin 14665 -> 14757 bytes .../app/src/main/res/drawable-xxhdpi/icon.png | Bin 30230 -> 30213 bytes .../src/main/res/drawable-xxxhdpi/icon.png | Bin 51005 -> 50421 bytes .../ic_launcher_foreground.png | Bin 8894 -> 8942 bytes .../src/main/res/mipmap-hdpi/ic_launcher.png | Bin 8894 -> 8942 bytes .../ic_launcher_foreground.png | Bin 2858 -> 2944 bytes .../src/main/res/mipmap-ldpi/ic_launcher.png | Bin 2858 -> 2944 bytes .../ic_launcher_foreground.png | Bin 4513 -> 4652 bytes .../src/main/res/mipmap-mdpi/ic_launcher.png | Bin 4513 -> 4652 bytes .../ic_launcher_foreground.png | Bin 14665 -> 8942 bytes .../src/main/res/mipmap-xhdpi/ic_launcher.png | Bin 14665 -> 8942 bytes .../ic_launcher_foreground.png | Bin 30230 -> 8942 bytes .../main/res/mipmap-xxhdpi/ic_launcher.png | Bin 30230 -> 8942 bytes .../ic_launcher_foreground.png | Bin 51005 -> 8942 bytes .../main/res/mipmap-xxxhdpi/ic_launcher.png | Bin 51005 -> 8942 bytes .../app/src/main/res/values/strings.xml | 2 +- .../android/app/src/main/res/xml/config.xml | 2 +- platforms/browser/config.xml | 2 +- www/img/m1.png | Bin 0 -> 7429 bytes www/img/m2.png | Bin 0 -> 13012 bytes www/img/m3.png | Bin 0 -> 10247 bytes www/img/m4.png | Bin 0 -> 12651 bytes www/img/p1.png | Bin 0 -> 51059 bytes www/img/splashscreen.png | Bin 179398 -> 182236 bytes www/index.html | 2 +- www/js/index.js | 2 +- www/js/startload.js | 2 +- www/login.html | 2 +- www/main.html | 16 ++++++++-------- www/startload.html | 2 +- 39 files changed, 29 insertions(+), 29 deletions(-) create mode 100644 www/img/m1.png create mode 100644 www/img/m2.png create mode 100644 www/img/m3.png create mode 100644 www/img/m4.png create mode 100644 www/img/p1.png diff --git a/config.xml b/config.xml index 0c356ca..409322b 100644 --- a/config.xml +++ b/config.xml @@ -1,6 +1,6 @@ - dlapp + dlapp A sample Apache Cordova application that responds to the deviceready event. diff --git a/package.json b/package.json index 5a54e09..d267972 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "com.dalicitycard.app", + "name": "com.dalipolice.app", "displayName": "大理市民卡", "version": "1.0.3", "description": "A sample Apache Cordova application that responds to the deviceready event.", diff --git a/platforms/android/app/src/main/assets/www/index.html b/platforms/android/app/src/main/assets/www/index.html index 005362a..ea18141 100644 --- a/platforms/android/app/src/main/assets/www/index.html +++ b/platforms/android/app/src/main/assets/www/index.html @@ -8,7 +8,7 @@ - 大理公安在线 + 大理智警 diff --git a/platforms/android/app/src/main/assets/www/js/index.js b/platforms/android/app/src/main/assets/www/js/index.js index 9e660c1..5f48d1e 100644 --- a/platforms/android/app/src/main/assets/www/js/index.js +++ b/platforms/android/app/src/main/assets/www/js/index.js @@ -27,7 +27,7 @@ var app = { onDeviceReady: function() { debugger; var firstload = window.localStorage.getItem("firstload"); - if(isEmpty(firstload)){ + if(isEmpty(firstload)||firstload!='yes'){ app.toPage("startload.html") return; } diff --git a/platforms/android/app/src/main/assets/www/login.html b/platforms/android/app/src/main/assets/www/login.html index bce7fd5..1406441 100644 --- a/platforms/android/app/src/main/assets/www/login.html +++ b/platforms/android/app/src/main/assets/www/login.html @@ -12,7 +12,7 @@