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 }} +