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