From 5ae1e4b4201c039c214071904704a53bc4badbc0 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Sat, 23 Nov 2024 14:26:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E7=BB=93?= =?UTF-8?q?=E7=AE=97=E5=90=8E=E5=8F=AA=E5=B1=95=E7=A4=BA=E5=B7=B2=E4=BC=98?= =?UTF-8?q?=E6=83=A0=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesOrder/detail/components/list.vue | 2 +- pagesOrder/detail/detail.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pagesOrder/detail/components/list.vue b/pagesOrder/detail/components/list.vue index f670809..821d986 100644 --- a/pagesOrder/detail/components/list.vue +++ b/pagesOrder/detail/components/list.vue @@ -497,7 +497,7 @@ const youhuiAllPrice = computed(() => { if(props.orderInfo.status!='unpaid'){ const seatfee=(props.orderInfo.amount==0&&allPrice.value==0)?seatFeePrice.value:0 - return (goodsOriginAllPrice.value-allPrice.value-discountAmount.value+seatfee*1).toFixed(2) + return (goodsOriginAllPrice.value-allPrice.value+seatfee*1).toFixed(2) } return (freePrice.value * 1 + vipDiscountPrice.value * 1 + props.orderInfo.fullCouponDiscountAmount + props .orderInfo.pointsDiscountAmount + (props.orderInfo.status == 'unpaid' ? productCoupPrice.value : diff --git a/pagesOrder/detail/detail.vue b/pagesOrder/detail/detail.vue index 1b4c88b..4ba1343 100644 --- a/pagesOrder/detail/detail.vue +++ b/pagesOrder/detail/detail.vue @@ -10,10 +10,10 @@ :data="orderDetail.goodsList" :seatFee="orderDetail.seatFee" @tuicai="onTuiCai"> - +