|
@@ -32,7 +32,10 @@
|
|
<view style="color: #333333; font-size: 28rpx; flex: 1;padding-right: 5rpx;">
|
|
<view style="color: #333333; font-size: 28rpx; flex: 1;padding-right: 5rpx;">
|
|
{{item.devName}}
|
|
{{item.devName}}
|
|
</view>
|
|
</view>
|
|
|
|
+
|
|
<image wx:if="{{item.state && item.state === 'online'&&deviceListIndex === index }}" mode="heightFix" src="./../../img/add_device_arrow.png" style="width: 48rxp;height: 48rpx;"></image>
|
|
<image wx:if="{{item.state && item.state === 'online'&&deviceListIndex === index }}" mode="heightFix" src="./../../img/add_device_arrow.png" style="width: 48rxp;height: 48rpx;"></image>
|
|
|
|
+ <view wx:else style="width: 48rxp;height: 48rpx;"></view>
|
|
|
|
+
|
|
</view>
|
|
</view>
|
|
<view style="color: #666666; font-size: 24rpx;">
|
|
<view style="color: #666666; font-size: 24rpx;">
|
|
{{item.state && item.state === "online" ? (item.connectType==3?"Wifi在线":"蓝牙在线") : "离线"}}
|
|
{{item.state && item.state === "online" ? (item.connectType==3?"Wifi在线":"蓝牙在线") : "离线"}}
|