Compare commits
2 Commits
c4cd556bd4
...
2f437e16b6
Author | SHA1 | Date | |
---|---|---|---|
2f437e16b6 | |||
8460aa1be2 |
@ -629,7 +629,7 @@
|
||||
receiveData.modeCurr = staticLevelText;
|
||||
receiveData.lightCurr = lightingLevelText;
|
||||
receiveData.xuhang = json.sta_PowerTime + "分钟";
|
||||
receiveData.battary = json.sta_PowerPercent + "%";
|
||||
receiveData.battary = json.sta_PowerPercent ;
|
||||
|
||||
receiveData.warnLevel = warn;
|
||||
receiveData.staticWarn = staticWarn;
|
||||
@ -892,6 +892,7 @@
|
||||
}
|
||||
if(!ispop){
|
||||
closeEvt();
|
||||
return;
|
||||
}
|
||||
this.showPop({
|
||||
showHeader: true,
|
||||
@ -1686,6 +1687,8 @@
|
||||
showPop: function(option) {
|
||||
hideLoading(this);
|
||||
let defaultCfg = {
|
||||
showHeader: false,
|
||||
headerTxt: "",
|
||||
showHeader: false,
|
||||
showCancel: false,
|
||||
borderColor: '#BBE600',
|
||||
|
Reference in New Issue
Block a user