Ver Fonte

订单详情”实付“改”应付“调整

DELL há 3 anos atrás
pai
commit
54709d450a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/order/detail.vue

+ 1 - 1
pages/order/detail.vue

@@ -38,7 +38,7 @@
 					</view>
 
 					<view class="detail-info-content-toatl">
-						<text v-if="status.value == 0 || status.value == -1">应付:</text>
+						<text v-if="status.value == 0">应付:</text>
 						<text v-else>实付:</text>
 						<text>¥{{ $numberFormat(info.payAmt) }}</text>
 					</view>