|
@@ -47,9 +47,9 @@
|
|
</view>
|
|
</view>
|
|
<view class="greey-font flex align_center justify_between">
|
|
<view class="greey-font flex align_center justify_between">
|
|
<view class="dizhi">{{item.contactAddress+(item.houseAddress||'')}}</view>
|
|
<view class="dizhi">{{item.contactAddress+(item.houseAddress||'')}}</view>
|
|
- <view @click.stop="openLocation(item)" class="flex align_center">
|
|
|
|
|
|
+ <view v-if="item.distance" @click.stop="openLocation(item)" class="flex align_center">
|
|
<u-icon class="icon" name="icon_coordinate1" custom-prefix="custom-icon" size="20" color="#999999"></u-icon>
|
|
<u-icon class="icon" name="icon_coordinate1" custom-prefix="custom-icon" size="20" color="#999999"></u-icon>
|
|
- <text v-if="item.distance">{{item.distance}}KM</text>
|
|
|
|
|
|
+ <text >{{item.distance}}KM</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="greey-font">{{item.reserveTime}},预估{{item.reserveWeightDictValue}}</view>
|
|
<view class="greey-font">{{item.reserveTime}},预估{{item.reserveWeightDictValue}}</view>
|