柒零 1 year ago
parent
commit
aaf3f3d39c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      subpages/myMattress/myMattress.wxml

+ 1 - 1
subpages/myMattress/myMattress.wxml

@@ -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>