wx-program
parent
aa63b41133
commit
40e301104d
|
@ -600,7 +600,7 @@
|
||||||
<view class="lishui-item" v-if="supplementLightStatus.open != 0">
|
<view class="lishui-item" v-if="supplementLightStatus.open != 0">
|
||||||
<view class="lishui-title">
|
<view class="lishui-title">
|
||||||
<view class="title-left">
|
<view class="title-left">
|
||||||
补光灯
|
{{supplementLightStatus.name}}
|
||||||
</view>
|
</view>
|
||||||
<view class="title-right" @click="supplementLightHander">
|
<view class="title-right" @click="supplementLightHander">
|
||||||
设置
|
设置
|
||||||
|
@ -2270,6 +2270,10 @@
|
||||||
}else if(el.id=='29'){
|
}else if(el.id=='29'){
|
||||||
//立面保温
|
//立面保温
|
||||||
this.upFaceInsulationList=this.toNewList(this.upFaceInsulationList,el.child)
|
this.upFaceInsulationList=this.toNewList(this.upFaceInsulationList,el.child)
|
||||||
|
}else if(el.id=='20'){
|
||||||
|
//补光灯
|
||||||
|
this.supplementLightStatus.name=el.nickName
|
||||||
|
|
||||||
}else if(el.id=='26'){
|
}else if(el.id=='26'){
|
||||||
//风机/湿帘泵/湿帘外翻窗
|
//风机/湿帘泵/湿帘外翻窗
|
||||||
el.child.forEach((el1,index1)=>{
|
el.child.forEach((el1,index1)=>{
|
||||||
|
|
Loading…
Reference in New Issue