Merge pull request '1' (#224) from pc-master into portal
Reviewed-on: #224
This commit is contained in:
commit
6897f0569e
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user