1
0
forked from dyf/APP

Compare commits

...

2 Commits

Author SHA1 Message Date
2f437e16b6 排除unpackge冲突 2025-08-28 15:05:34 +08:00
8460aa1be2 670分享功能 2025-08-28 14:55:07 +08:00

View File

@ -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',