From 920e7cc1dcce8320198d90c3860bedf2145ba0d6 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Mon, 17 Aug 2026 16:21:44 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5730=20=E3=80=90=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=90=8E=E5=8F=B0=E3=80=91=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95?= =?UTF-8?q?-=E9=9B=86=E9=87=87=E4=B8=AD=E5=BF=83=EF=BC=8C=E8=87=AA?= =?UTF-8?q?=E5=BB=BA=E7=A4=BC=E5=93=81=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E2=80=9C=E5=95=86=E5=93=81=E6=80=BB=E4=BB=B7=E2=80=9D?= =?UTF-8?q?=E6=94=B9=E6=88=90=E2=80=9C=E7=A4=BC=E5=93=81=E4=BB=B7=E5=80=BC?= =?UTF-8?q?=E2=80=9D=EF=BC=8C=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E6=9C=AA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BD=99=E9=A2=9D=E6=94=AF=E4=BB=98/?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesOrder/order/OrderDetails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pagesOrder/order/OrderDetails/index.vue b/pagesOrder/order/OrderDetails/index.vue index 7b43f65..8394fad 100644 --- a/pagesOrder/order/OrderDetails/index.vue +++ b/pagesOrder/order/OrderDetails/index.vue @@ -247,7 +247,7 @@ - 商品总价 + {{ isCustomGiftOrder(orderInfo) ? '礼品价值' : '商品总价' }}