This commit is contained in:
home孙 2025-03-04 17:35:16 +08:00
parent 010b04a2bd
commit aac937b035

View File

@ -132,7 +132,16 @@
<span>加湿时同时运行环流风扇</span>
</div>
</div>
<div class="flex-view border-none shrink-none padding-none">
<div class="input-btn">
<div class="btn btn-w70" @click="changeIndexOpen(4)" :class="actList1[4] == '1' ? 'blue' : 'off'">
{{ actList1[4] == '1' ? '有效' : '无效' }}
</div>
</div>
<div class="input-main-60">
<span>风机运行时禁止开环流风扇</span>
</div>
</div>
</div>
</template>
<script>
@ -269,7 +278,7 @@ export default {
this.actList1 = []
var num = this.inputData[this.startList[this.indexs - 1] + 1]
var num1 = this.padString(num.toString(2), 4)
var num1 = this.padString(num.toString(2), 5)
var openListNew = []
openListNew = num1.split("")
this.actList1 = openListNew.reverse();