From 0ff2e8f770fd3b497792ba41737c62aaaa91cafd Mon Sep 17 00:00:00 2001
From: YeMingfei666 <1619116647@qq.com>
Date: Wed, 20 Nov 2024 14:52:01 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=A2=E5=8D=95=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E4=BC=98=E6=83=A0=E9=80=BB=E8=BE=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pagesOrder/detail/components/list.vue | 92 ++++++++++++++++-----------
1 file changed, 55 insertions(+), 37 deletions(-)
diff --git a/pagesOrder/detail/components/list.vue b/pagesOrder/detail/components/list.vue
index 6e7506e..3ef1731 100644
--- a/pagesOrder/detail/components/list.vue
+++ b/pagesOrder/detail/components/list.vue
@@ -58,7 +58,12 @@
¥0.00
- ¥{{returnTotalMoney(item)}}
+
+ {{returnVipMoney(item)}}
+
+
+ ¥{{returnTotalMoney(item)}}
@@ -67,7 +72,8 @@
-
+
¥{{returnVipMoney(item)}}
¥{{returnTotalMoney(item)}}
@@ -120,21 +126,21 @@
-
+
已优惠¥{{youhuiAllPrice}}
-
+
小计¥
{{allPrice}}
-
+
-
+
退款金额
@@ -165,7 +171,7 @@
重新打印
-
+
优惠详情
@@ -183,14 +189,15 @@
{{orderInfo.discountAmount}}
-
+
满减券抵扣
¥
{{orderInfo.fullCouponDiscountAmount}}
-
+
商品券抵扣
¥
@@ -204,7 +211,7 @@
{{orderInfo.pointsDiscountAmount}}
-
+
@@ -213,26 +220,30 @@