|
|
|
@ -84,8 +84,11 @@
|
|
|
|
<text>{{addressComputed(item.address)}}</text><text
|
|
|
|
<text>{{addressComputed(item.address)}}</text><text
|
|
|
|
v-if="item.distance">{{distanceComputed(item.distance)}}</text>
|
|
|
|
v-if="item.distance">{{distanceComputed(item.distance)}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="price"><text class="smallIcon">¥</text><text>30200</text> -
|
|
|
|
<view class="price">
|
|
|
|
<text class="smallIcon">¥</text><text>45000</text>
|
|
|
|
<text class="smallIcon" v-if="item.low_price">¥</text>
|
|
|
|
|
|
|
|
<text v-if="item.low_price">{{item.low_price}} - </text>
|
|
|
|
|
|
|
|
<text class="smallIcon" v-if="item.heigh_price">¥</text>
|
|
|
|
|
|
|
|
<text v-if="item.heigh_price">{{item.heigh_price}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|