|
|
@@ -9,7 +9,7 @@
|
|
|
<view wx:for="{{mList}}" wx:key="index" class="mattress-item">
|
|
|
<image class="item-cover" src="/subpages/images/ic-cd.png"></image>
|
|
|
<view class="right-content">
|
|
|
- <text class="item-title">爱眠客床垫</text>
|
|
|
+ <text class="item-title">{{item.location}}</text>
|
|
|
<text wx:if="{{item.status == 1}}" class="item-online">已连接</text>
|
|
|
<text wx:else class="item-offline">未连接</text>
|
|
|
<text class="item-sn">SN:{{item.sn}}</text>
|