|
@@ -10,7 +10,7 @@
|
|
|
<image class="item-cover" src="/subpages/images/ic-cd.png"></image>
|
|
<image class="item-cover" src="/subpages/images/ic-cd.png"></image>
|
|
|
<view class="right-content">
|
|
<view class="right-content">
|
|
|
<text class="item-title">{{item.location}}</text>
|
|
<text class="item-title">{{item.location}}</text>
|
|
|
- <text wx:if="{{item.status == 1}}" class="item-online">已连接</text>
|
|
|
|
|
|
|
+ <text wx:if="{{item.online == 'yes'}}" class="item-online">已连接</text>
|
|
|
<text wx:else class="item-offline">未连接</text>
|
|
<text wx:else class="item-offline">未连接</text>
|
|
|
<text class="item-sn">SN:{{item.sn}}</text>
|
|
<text class="item-sn">SN:{{item.sn}}</text>
|
|
|
<text class="item-user">使用人:{{item.person}}</text>
|
|
<text class="item-user">使用人:{{item.person}}</text>
|