achao 3 anni fa
parent
commit
af5b12be4f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages/order/index.vue

+ 1 - 1
pages/order/index.vue

@@ -84,7 +84,7 @@
 							<!-- 货主装车确认前运费 -->
 							<view class="car"
 								v-if="good.orderStatus=='待货主确认'||good.orderStatus=='未装车'||good.orderStatus=='待货主确认装车'||good.orderStatus=='货主驳回装车信息'||good.orderStatus=='已终止'">
-								{{good.freight}}{{good.illingMethod==0?'元/吨':'元/车'}}
+								{{good.illingMethod==0?good.freight:good.freightCar}}{{good.illingMethod==0?'元/吨':'元/车'}}
 							</view>
 							<!-- 货主装车确认后卸车确认前运费 -->
 							<view class="car"