From 03eb6ef677b25078aeaa59c0382340e6321d1849 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 25 Jun 2025 16:37:49 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E7=A4=BC=E5=93=81=E6=8A=98?= =?UTF-8?q?=E6=89=A3=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 23523ee..21d3fd1 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -99,7 +99,34 @@ 价格明细 商品总价: - 1224 + + + {{ computedResult.totalPrice }} + + + + 平台折扣: + + - + + {{ computedResult.discountPrice }} + + + + 优惠券: + + - + + {{ computedResult.couponPrice }} + + + + + 合计: + + + {{ computedResult.payPrice }} +