From 007e80bebbfdbda1217048646ac78193c08798db Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 24 Aug 2026 11:54:01 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5850=20=E3=80=90=E7=A4=BC=E5=93=81?= =?UTF-8?q?=E9=9B=86=E9=87=87=E4=B8=AD=E5=BF=83=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E3=80=91=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95-=E9=9B=86?= =?UTF-8?q?=E9=87=87=E4=B8=AD=E5=BF=83=EF=BC=8C=E5=95=86=E5=9F=8E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E8=87=AA=E5=BB=BA=E7=A4=BC=E5=93=81=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C=E8=87=AA=E5=BB=BA?= =?UTF-8?q?=E7=A4=BC=E5=93=81=E5=85=B3=E9=97=AD=E7=A4=BC=E5=93=81=E4=BB=B7?= =?UTF-8?q?=E5=80=BC=E6=97=B6=E9=9A=90=E8=97=8F=E7=A4=BC=E5=93=81=E4=BB=B7?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesOrder/order/OrderDetails/index.vue | 33 +++++++++++++++---------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/pagesOrder/order/OrderDetails/index.vue b/pagesOrder/order/OrderDetails/index.vue index 973ce76..b71d041 100644 --- a/pagesOrder/order/OrderDetails/index.vue +++ b/pagesOrder/order/OrderDetails/index.vue @@ -246,20 +246,27 @@ - - {{ isCustomGiftOrder(orderInfo) ? '礼品价值' : '商品总价' }} + + + {{ '礼品价值' }} + + + + + {{ force2Decimal(orderInfo.customGiftInfo.giftValue) }} + + - - - - {{ force2Decimal(orderInfo.totalPrice) }} - - - {{ force2Decimal(orderInfo.totalPrice) }} - - - {{ force2Decimal(orderInfo.customGiftInfo.giftValue) }} - + + + {{ '商品总价' }} + + + + + {{ force2Decimal(orderInfo.totalPrice) }} + +