|
|
@@ -232,7 +232,7 @@
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" v-if="displaySendCost == true && Number(showDistance)>0">
|
|
|
<view class="tui-title">距离</view>
|
|
|
- <text v-if="showDistance > 500" style="color: #3385FF">{{ (showDistance/1000).toFixed(1) }} 千米</text>
|
|
|
+ <text v-if="showDistance > 100" style="color: #3385FF">{{ (showDistance/1000).toFixed(1) }}公里</text>
|
|
|
<text v-else style="color: #3385FF">{{ showDistance }} 米</text>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" v-if="displaySendCost == true">
|