Compare commits

...

2 Commits

Author SHA1 Message Date
6897f0569e Merge pull request '1' (#224) from pc-master into portal
Reviewed-on: #224
2025-03-05 01:24:24 +00:00
aac937b035 1 2025-03-04 17:35:16 +08:00

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();