From: qiaowei Date: Tue, 24 Mar 2020 01:51:35 +0000 (+0800) Subject: 修改提示文字 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=240e344ae8bd1a23a129648d0012fa72fc5cd72e;p=dali_platform%2Fmobile.git 修改提示文字 --- diff --git a/platforms/android/app/build.gradle b/platforms/android/app/build.gradle index 13c0960..c6a120e 100644 --- a/platforms/android/app/build.gradle +++ b/platforms/android/app/build.gradle @@ -173,8 +173,8 @@ android { ndk { abiFilters "armeabi" } - versionCode 11 - versionName '1.3.7' + versionCode 12 + versionName '1.3.8' targetSdkVersion 26 } lintOptions { diff --git a/platforms/android/app/release/app-release.apk b/platforms/android/app/release/app-release.apk index e3b9bf3..f62d122 100644 Binary files a/platforms/android/app/release/app-release.apk and b/platforms/android/app/release/app-release.apk differ diff --git a/platforms/android/app/release/output.json b/platforms/android/app/release/output.json index 67e22e8..4b6b4cc 100644 --- a/platforms/android/app/release/output.json +++ b/platforms/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":11,"versionName":"1.3.7","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":12,"versionName":"1.3.8","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/platforms/android/app/src/main/AndroidManifest.xml b/platforms/android/app/src/main/AndroidManifest.xml index 4591837..591c860 100644 --- a/platforms/android/app/src/main/AndroidManifest.xml +++ b/platforms/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/platforms/android/app/src/main/assets/www/js/main.js b/platforms/android/app/src/main/assets/www/js/main.js index 9d3b017..bc93d91 100644 --- a/platforms/android/app/src/main/assets/www/js/main.js +++ b/platforms/android/app/src/main/assets/www/js/main.js @@ -99,11 +99,11 @@ var app = { }) }) }); - /*$("#doorBtn").click(function(){ + $("#doorBtn").click(function(){ app.checkBefore(function() { showRet(DOOR_URl); }) - })*/ + }) $('#usersec').click(function() { app.checkBefore(function() { app.checkOther(function() { diff --git a/platforms/android/app/src/main/assets/www/js/server.js b/platforms/android/app/src/main/assets/www/js/server.js index 0674e1a..ba99748 100644 --- a/platforms/android/app/src/main/assets/www/js/server.js +++ b/platforms/android/app/src/main/assets/www/js/server.js @@ -1,6 +1,6 @@ var dev = false; var SERVER = "https://yy.dlsmk.cn/payapi/mobileapi"; -var DOOR_URl = "http://172.28.43.8:8099/door/app/appMintUIindex";//门禁服务地址 +var DOOR_URl = "https://yy.dlsmk.cn/door/app/appMintUIindex";//门禁服务地址 var GLOBAL_TODAY=""; var GLOBAL_YESTERDAY=""; var CURRENT_INDEX=1; diff --git a/platforms/android/app/src/main/assets/www/main.html b/platforms/android/app/src/main/assets/www/main.html index 79e824b..b357ca3 100644 --- a/platforms/android/app/src/main/assets/www/main.html +++ b/platforms/android/app/src/main/assets/www/main.html @@ -24,7 +24,7 @@
-
付款码
+
我的码
@@ -44,10 +44,10 @@
账户安全
- + diff --git a/platforms/android/app/src/main/assets/www/qrcode.html b/platforms/android/app/src/main/assets/www/qrcode.html index 3edeb36..5ce5788 100644 --- a/platforms/android/app/src/main/assets/www/qrcode.html +++ b/platforms/android/app/src/main/assets/www/qrcode.html @@ -11,14 +11,14 @@ - 付款码 + 我的码
-
付款码
+
我的码
diff --git a/platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_foreground.png b/platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_foreground.png index 4edb4c6..1769fc5 100644 Binary files a/platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_foreground.png and b/platforms/android/app/src/main/res/mipmap-hdpi-v26/ic_launcher_foreground.png differ diff --git a/platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher_foreground.png b/platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher_foreground.png index 0508de6..530c91d 100644 Binary files a/platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher_foreground.png and b/platforms/android/app/src/main/res/mipmap-ldpi-v26/ic_launcher_foreground.png differ diff --git a/platforms/android/app/src/main/res/xml/config.xml b/platforms/android/app/src/main/res/xml/config.xml index 59faded..da7283d 100644 --- a/platforms/android/app/src/main/res/xml/config.xml +++ b/platforms/android/app/src/main/res/xml/config.xml @@ -1,5 +1,5 @@ - + diff --git a/platforms/browser/config.xml b/platforms/browser/config.xml index 429c4a8..c6f9fad 100644 --- a/platforms/browser/config.xml +++ b/platforms/browser/config.xml @@ -1,5 +1,5 @@ - + dlapp A sample Apache Cordova application that responds to the deviceready event. diff --git a/www/js/main.js b/www/js/main.js index 9d3b017..bc93d91 100644 --- a/www/js/main.js +++ b/www/js/main.js @@ -99,11 +99,11 @@ var app = { }) }) }); - /*$("#doorBtn").click(function(){ + $("#doorBtn").click(function(){ app.checkBefore(function() { showRet(DOOR_URl); }) - })*/ + }) $('#usersec').click(function() { app.checkBefore(function() { app.checkOther(function() { diff --git a/www/js/security.js b/www/js/security.js index f12a1cc..dd5475d 100644 --- a/www/js/security.js +++ b/www/js/security.js @@ -18,7 +18,7 @@ var app = { }, loginByTouchId: function() { Fingerprint.isAvailable(function(result){ - alert("Fingerprint available"); + $.alert("设备不支持指纹", "提示"); }, function(message){ alert(message); }); diff --git a/www/js/server.js b/www/js/server.js index 0674e1a..3e8ae05 100644 --- a/www/js/server.js +++ b/www/js/server.js @@ -1,6 +1,6 @@ -var dev = false; +var dev = true; var SERVER = "https://yy.dlsmk.cn/payapi/mobileapi"; -var DOOR_URl = "http://172.28.43.8:8099/door/app/appMintUIindex";//门禁服务地址 +var DOOR_URl = "https://yy.dlsmk.cn/door/app/appMintUIindex";//门禁服务地址 var GLOBAL_TODAY=""; var GLOBAL_YESTERDAY=""; var CURRENT_INDEX=1; diff --git a/www/js/signxycheck.js b/www/js/signxycheck.js index 80ef9d7..524b8c4 100644 --- a/www/js/signxycheck.js +++ b/www/js/signxycheck.js @@ -16,9 +16,9 @@ var app = { if (ret.code == 200) { $("#content").html(ret.page); if (isEmpty(ret.signed) || ret.signed != 'yes') { - $("#btn").show(); - app.checkTime(); - $("#content").css("bottom", "135px"); + //$("#btn").show(); + //app.checkTime(); + //$("#content").css("bottom", "135px"); } else { $("#unbtn").show(); $("#content").css("bottom", "10px"); diff --git a/www/main.html b/www/main.html index 79e824b..b357ca3 100644 --- a/www/main.html +++ b/www/main.html @@ -24,7 +24,7 @@
-
付款码
+
我的码
@@ -44,10 +44,10 @@
账户安全
- + diff --git a/www/qrcode.html b/www/qrcode.html index 3edeb36..5ce5788 100644 --- a/www/qrcode.html +++ b/www/qrcode.html @@ -11,14 +11,14 @@ - 付款码 + 我的码
-
付款码
+
我的码
diff --git a/www/security.html b/www/security.html index 39a40ca..b205cdb 100644 --- a/www/security.html +++ b/www/security.html @@ -31,7 +31,7 @@
- +
  • @@ -50,9 +50,6 @@
  • - diff --git a/www/signxycheck.html b/www/signxycheck.html index 180aa9b..0740fee 100644 --- a/www/signxycheck.html +++ b/www/signxycheck.html @@ -28,19 +28,6 @@
    解除代扣协议
    -