|
|
@@ -297,7 +297,8 @@
|
|
|
</view>
|
|
|
<view class="airConditioning-title">
|
|
|
<image src="/static/icons/ic_output_air.svg"></image>
|
|
|
- <text>{{temperatureHumidifyName}}:{{item.temperature}}°C</text>
|
|
|
+ <text wx:if="{{item.state!='auto'}}">{{temperatureHumidifyName}}:{{item.temperature}}°C</text>
|
|
|
+ <text wx:else>{{temperatureHumidifyName}}</text>
|
|
|
</view>
|
|
|
<image class="power-btn"
|
|
|
src="{{item.state=='off'? '/static/icons/ic_power_off.svg' : '/static/icons/ic_power.svg'}}"
|