From e92027d74e496b7b31d3bcc7fe7404b9dab4f316 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Mon, 10 Aug 2026 22:13:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5593=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=87=AA=E5=BB=BA=E7=A4=BC?= =?UTF-8?q?=E5=93=81=E8=AE=BE=E7=BD=AE=E4=BA=86=E5=95=86=E5=93=81=E4=BB=B7?= =?UTF-8?q?=E5=80=BC=EF=BC=8C=E4=BD=86=E6=98=AF=E6=94=B6=E7=A4=BC=E4=BA=BA?= =?UTF-8?q?=E9=A2=86=E5=8F=96=E5=90=8E=EF=BC=8C=E5=95=86=E5=9F=8E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E7=AB=AF=E6=9C=AA=E6=98=BE=E7=A4=BA=E7=A4=BC?= =?UTF-8?q?=E5=93=81=E4=BB=B7=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesOrder/order/OrderDetails/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pagesOrder/order/OrderDetails/index.vue b/pagesOrder/order/OrderDetails/index.vue index 364e4f1..3dc260d 100644 --- a/pagesOrder/order/OrderDetails/index.vue +++ b/pagesOrder/order/OrderDetails/index.vue @@ -251,9 +251,15 @@ - + {{ force2Decimal(orderInfo.totalPrice) }} + + {{ force2Decimal(orderInfo.totalPrice) }} + + + {{ force2Decimal(orderInfo.customGiftInfo.giftValue) }} +