1
This commit is contained in:
parent
6c176df598
commit
3fac0dde9d
@ -288,35 +288,29 @@
|
||||
<span>手机控制</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="lishui-set">
|
||||
<view class="lishui-set text-green">
|
||||
<view class="set-1" v-if="airconditioning.open1 == 0">
|
||||
<image v-if="airconditioning.open1 == 0" class="sel" src="../../static/sel.png" mode=""></image>
|
||||
<view v-else class="sel-no"></view>
|
||||
<span>自动模式</span>
|
||||
|
||||
<span >自动模式</span>
|
||||
</view>
|
||||
<view class="set-1" v-if="airconditioning.open1 == 1">
|
||||
<image v-if="airconditioning.open1 == 1" class="sel" src="../../static/sel.png" mode=""></image>
|
||||
<view v-else class="sel-no"></view>
|
||||
|
||||
<span>制冷模式</span>
|
||||
</view>
|
||||
<view class="set-1" v-if="airconditioning.open1 == 2">
|
||||
<image v-if="airconditioning.open1 == 2" class="sel" src="../../static/sel.png" mode=""></image>
|
||||
<view v-else class="sel-no"></view>
|
||||
|
||||
<span>制热模式</span>
|
||||
</view>
|
||||
<view class="set-1" v-if="airconditioning.open1 == 3">
|
||||
<image v-if="airconditioning.open1 == 3" class="sel" src="../../static/sel.png" mode=""></image>
|
||||
<view v-else class="sel-no"></view>
|
||||
|
||||
<span>除湿模式</span>
|
||||
</view>
|
||||
<view class="set-1" v-if="airconditioning.open1 == 4">
|
||||
<image v-if="airconditioning.open1 == 4" class="sel" src="../../static/sel.png" mode=""></image>
|
||||
<view v-else class="sel-no"></view>
|
||||
|
||||
<span>送风模式</span>
|
||||
</view>
|
||||
<view class="set-1" v-if="airconditioning.open1 == 5">
|
||||
<image v-if="airconditioning.open1 == 5" class="sel" src="../../static/sel.png" mode=""></image>
|
||||
<view v-else class="sel-no"></view>
|
||||
|
||||
<span>冷暖模式</span>
|
||||
</view>
|
||||
</view>
|
||||
@ -733,15 +727,13 @@
|
||||
<span>手机控制</span>
|
||||
</view>
|
||||
</view>
|
||||
<view class="lishui-set">
|
||||
<view class="lishui-set text-green">
|
||||
<view class="set-1" v-if="coldWarmFanStatus.open1 == 1">
|
||||
<image v-if="coldWarmFanStatus.open1 == 1" class="sel" src="../../static/sel.png" mode=""></image>
|
||||
<view v-else class="sel-no"></view>
|
||||
|
||||
<span>加热模式</span>
|
||||
</view>
|
||||
<view class="set-2" v-else>
|
||||
<image v-if="coldWarmFanStatus.open1 != 1" class="sel" src="../../static/sel.png" mode=""></image>
|
||||
<view v-else class="sel-no"></view>
|
||||
|
||||
<span>制冷模式</span>
|
||||
</view>
|
||||
</view>
|
||||
@ -3745,7 +3737,12 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
&.text-green{
|
||||
.set-1 span{
|
||||
font-size: 32rpx;
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
>view {
|
||||
padding: 0 35rpx;
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user