Parcourir la source

千米 公里

shish il y a 8 mois
Parent
commit
2c318413c6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      hdApp/src/admin/billing/affirmGhs.vue

+ 1 - 1
hdApp/src/admin/billing/affirmGhs.vue

@@ -232,7 +232,7 @@
 
 
 			<tui-list-cell class="line-cell" :hover="false" v-if="displaySendCost == true && Number(showDistance)>0">
 			<tui-list-cell class="line-cell" :hover="false" v-if="displaySendCost == true && Number(showDistance)>0">
 				<view class="tui-title">距离</view>
 				<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>
 				<text v-else style="color: #3385FF">{{ showDistance }} 米</text>
 			</tui-list-cell>
 			</tui-list-cell>
 			<tui-list-cell class="line-cell" :hover="false" v-if="displaySendCost == true">
 			<tui-list-cell class="line-cell" :hover="false" v-if="displaySendCost == true">