From c1932ae3ef6fe9e5567e850a00a60525b67db60a Mon Sep 17 00:00:00 2001 From: "yangsai@163.com" <2624183217@qq.com> Date: Thu, 18 Jul 2024 15:27:14 +0800 Subject: [PATCH] =?UTF-8?q?YS:=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=EF=BC=8C1.=E4=BB=A3=E4=BB=98=E5=B0=BE=E6=AC=BE=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E6=8C=89=E9=92=AE=E5=8F=8A=E5=AE=9A=E9=87=91=E5=B0=BE?= =?UTF-8?q?=E6=AC=BE=E5=BA=94=E4=BB=98=E6=98=BE=E7=A4=BA2.=E8=BF=90?= =?UTF-8?q?=E8=BE=93=E4=B8=AD=E5=88=97=E8=A1=A8=E4=BC=A0=E5=8F=82=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/order_list/index.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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(`支付尾款`)}}