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 @@