1
This commit is contained in:
parent
c06c9e5d9c
commit
7e93a49705
@ -1581,11 +1581,11 @@
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeoutFlipWindowControl(2)"
|
||||
:class="outFlipWindowControlIndex==2?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动打开</span>
|
||||
<span style="font-size: 28rpx;">开窗</span>
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeoutFlipWindowControl(3)"
|
||||
:class="outFlipWindowControlIndex==3?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动关闭</span>
|
||||
<span style="font-size: 28rpx;">关窗</span>
|
||||
</view>
|
||||
<view class="btn btn-110 " @click="changeoutFlipWindowControl(4)"
|
||||
:class="outFlipWindowControlIndex==4?'btn-on':'btn-off'">
|
||||
@ -1621,11 +1621,11 @@
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeinnercurtainControl(2)"
|
||||
:class="innercurtainControlIndex==2?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动打开</span>
|
||||
<span style="font-size: 28rpx;">展开</span>
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeinnercurtainControl(3)"
|
||||
:class="innercurtainControlIndex==3?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动关闭</span>
|
||||
<span style="font-size: 28rpx;">收拢</span>
|
||||
</view>
|
||||
<view class="btn btn-110 " @click="changeinnercurtainControl(4)"
|
||||
:class="innercurtainControlIndex==4?'btn-on':'btn-off'">
|
||||
@ -1661,11 +1661,11 @@
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeexternalsunshadeControl(2)"
|
||||
:class="externalsunshadeControlIndex==2?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动打开</span>
|
||||
<span style="font-size: 28rpx;">展开</span>
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeexternalsunshadeControl(3)"
|
||||
:class="externalsunshadeControlIndex==3?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动关闭</span>
|
||||
<span style="font-size: 28rpx;">收拢</span>
|
||||
</view>
|
||||
<view class="btn btn-110 " @click="changeexternalsunshadeControl(4)"
|
||||
:class="externalsunshadeControlIndex==4?'btn-on':'btn-off'">
|
||||
@ -1701,11 +1701,11 @@
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeairWindowControl(2)"
|
||||
:class="airWindowControlIndex==2?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动打开</span>
|
||||
<span style="font-size: 28rpx;">开窗</span>
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeairWindowControl(3)"
|
||||
:class="airWindowControlIndex==3?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动关闭</span>
|
||||
<span style="font-size: 28rpx;">关窗</span>
|
||||
</view>
|
||||
<view class="btn btn-110 " @click="changeairWindowControl(4)"
|
||||
:class="airWindowControlIndex==4?'btn-on':'btn-off'">
|
||||
@ -1741,11 +1741,11 @@
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeInnerInsulationControl(2)"
|
||||
:class="interiorthermalinsulationIndex==2?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动打开</span>
|
||||
<span style="font-size: 28rpx;">展开</span>
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeInnerInsulationControl(3)"
|
||||
:class="interiorthermalinsulationIndex==3?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动关闭</span>
|
||||
<span style="font-size: 28rpx;">收拢</span>
|
||||
</view>
|
||||
<view class="btn btn-110 " @click="changeInnerInsulationControl(4)"
|
||||
:class="interiorthermalinsulationIndex==4?'btn-on':'btn-off'">
|
||||
@ -1781,11 +1781,11 @@
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeUpFaceInsulationControl(2)"
|
||||
:class="upFaceInsulationIndex==2?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动打开</span>
|
||||
<span style="font-size: 28rpx;">展开</span>
|
||||
</view>
|
||||
<view class="btn btn-140 " @click="changeUpFaceInsulationControl(3)"
|
||||
:class="upFaceInsulationIndex==3?'btn-on':'btn-off'">
|
||||
<span style="font-size: 28rpx;">手动关闭</span>
|
||||
<span style="font-size: 28rpx;">收拢</span>
|
||||
</view>
|
||||
<view class="btn btn-110 " @click="changeUpFaceInsulationControl(4)"
|
||||
:class="upFaceInsulationIndex==4?'btn-on':'btn-off'">
|
||||
|
Loading…
x
Reference in New Issue
Block a user