wangfei 6 years ago
parent
commit
a4bc94a7c3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pages/MyCollectEstateList/index.wxml

+ 2
- 2
pages/MyCollectEstateList/index.wxml View File

9
 
9
 
10
         <!-- 左侧图片 -->
10
         <!-- 左侧图片 -->
11
         <view class="img">
11
         <view class="img">
12
-          <image mode="aspectFill" src="{{item.buildingImg}}" class="centerLabel cover"></image>
12
+          <image mode="aspectFill" src="{{item.buildingImg[0].url}}" class="centerLabel cover"></image>
13
         </view>
13
         </view>
14
 
14
 
15
         <!-- 右侧内容 -->
15
         <!-- 右侧内容 -->
21
             <text>{{item.name}}</text>
21
             <text>{{item.name}}</text>
22
             <text>{{item.address}}</text>
22
             <text>{{item.address}}</text>
23
             <text>距您{{item.distance}}km</text>
23
             <text>距您{{item.distance}}km</text>
24
-            <text class="price">均价:<text>{{item.price}}</text>/平</text>
24
+            <text class="price">均价:<text>{{item.price}}</text></text>
25
           </view>
25
           </view>
26
         </view>
26
         </view>
27
 
27