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