|
@@ -52,8 +52,7 @@
|
|
|
<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 wx:if="{{item.ProdModel=='MW-2AXD'||item.ProdModel=='MW-2XD(COZE)'}}" style="margin-left: 20rpx; padding-left: 20rpx;padding-right: 20rpx; padding-top: 5rpx; padding-bottom: 5rpx; 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>
|
|
|
|