修改提示文字
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 @@
})
})
});
- /*$("#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 @@
},
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 @@
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");