From 7f953d9aa0e7d4fcbe3c366c7f9f0b3f847f12bd Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.137.1>
Date: 星期六, 19 一月 2019 09:16:08 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
---
gx_tieta/WebRoot/mobil/control.html | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/control.html b/gx_tieta/WebRoot/mobil/control.html
index 911f6ce..18b7daa 100644
--- a/gx_tieta/WebRoot/mobil/control.html
+++ b/gx_tieta/WebRoot/mobil/control.html
@@ -311,7 +311,7 @@
var rs = JSON.parse(result.result);
console.info(rs);
var sdStatus = (rs.data == 0)?'姝e父': '<span style="color: #FF0000">鏁呴殰</span>';
- arrtdjifangstate .push(sdStatus);
+ arrtdjifangstate.push(sdStatus);
//console.log(sdStatus);
// status.setText('sdCard', "SD鍗$姸鎬侊細"+sdStatus);
arrTd1.push(sdStatus);
@@ -358,11 +358,7 @@
alert(msg.signal);
}
},error:function(e){
- var model = {
- code:0,
- data:e,
- msg:'閫氫俊澶辫触'
- };
+ alert("閫氳澶辫触");
}
});
}
--
Gitblit v1.9.1