|
@@ -9,7 +9,7 @@
|
9
|
9
|
|
10
|
10
|
<!-- 左侧图片 -->
|
11
|
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
|
13
|
</view>
|
14
|
14
|
|
15
|
15
|
<!-- 右侧内容 -->
|
|
@@ -21,7 +21,7 @@
|
21
|
21
|
<text>{{item.name}}</text>
|
22
|
22
|
<text>{{item.address}}</text>
|
23
|
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
|
25
|
</view>
|
26
|
26
|
</view>
|
27
|
27
|
|