|
@@ -47,15 +47,23 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view style="color: #666666; font-size: 24rpx;display: flex; flex-direction: row; align-items: center;">
|
|
|
- <image mode="heightFix" src="{{item.connectType==3?'./../../images/device/wifi_black.png':'./../../images/device/blue_black.png'}}" style="width: 28rpx;height: 28rpx; padding-right: 10rpx; opacity: {{item.state && item.state === 'online' ? '1' : '0.7'}};"></image>
|
|
|
- <view style="white-space: nowrap;"> {{item.state && item.state === "online" ? (item.connectType==3?"Wifi在线":"蓝牙在线") : "离线"}} </view>
|
|
|
- </view>
|
|
|
+ <view style="display: flex; flex-direction: row;">
|
|
|
+ <view style="color: #666666; font-size: 24rpx;display: flex; flex-direction: row; align-items: center;">
|
|
|
+ <image mode="heightFix" src="{{item.connectType==3?'./../../images/device/wifi_black.png':'./../../images/device/blue_black.png'}}" style="width: 28rpx;height: 28rpx; padding-right: 10rpx; opacity: {{item.state && item.state === 'online' ? '1' : '0.7'}};"></image>
|
|
|
+ <view style="white-space: nowrap;"> {{item.state && item.state === "online" ? (item.connectType==3?"Wifi在线":"蓝牙在线") : "离线"}} </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view wx:if="{{item.clientType=='MW-2AXD'||item.clientType=='MW-2XD(COZE)'}}" style="margin-left: 20rpx; padding-left: 20rpx;padding-right: 20rpx; padding-top: 10rpx; padding-bottom: 10rpx; align-items: center; justify-content: center; vertical-align: middle;background-color: #F2F5F7; border-radius: 52rpx; text-align: center; justify-content: center; display: flex;" data-item="{{item}}" data-index="{{index}}" catchtap="toRecharge">
|
|
|
+ <view style="color: #666666; font-size: 24rpx; ">充值会员内容</view>
|
|
|
+ </view>
|
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
|
+
|
|
|
<view style="align-items: center; justify-content: center; vertical-align: middle;width: 280rpx;height: 64rpx;background-color: #F2F5F7; border-radius: 52rpx; text-align: center; justify-content: center; display: flex;" data-index="{{index}}" catchtap="deleteDevice">
|
|
|
<view style="color: #666666; font-size: 28rpx; ">删除</view>
|
|
|
</view>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -110,7 +118,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- <image src="./../../svg/audio.svg"></image> -->
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
<!-- 登录启用以下版本 -->
|