diff --git a/pages/goods/order_list/index.vue b/pages/goods/order_list/index.vue
index 573229f..01c3690 100644
--- a/pages/goods/order_list/index.vue
+++ b/pages/goods/order_list/index.vue
@@ -23,7 +23,7 @@
{{$t(`待支付`)}}
-
+
{{$t(`备货中`)}}
@@ -111,17 +111,26 @@
总计:¥{{item.total_price}}
- 本次支付:¥{{item.pay_price}}
+ 实际支付:¥{{item.pay_price}}
{{item.percentage}}定金
+
+ 已付定金:¥{{item.pay_money_dingjin}}
+ 本次尾款支付:¥{{item.pay_money_wei}}
+
+
+
{{$t(`取消订单`)}}
{{$t(`支付定金`)}}
+ {{$t(`支付尾款`)}}