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