From 16b8ad101e892b240a3c575ed4bf8d0f9c214956 Mon Sep 17 00:00:00 2001 From: linxi Date: Tue, 24 Jun 2025 18:08:06 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=20=E6=8A=98=E6=89=A3=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodsCon/index.vue | 10 ++++++++-- pkg_user/views/gift/gift.vue | 25 +++++++++++++++++++++++-- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/pages/shop/GoodsCon/index.vue b/pages/shop/GoodsCon/index.vue index cc3a2f4..3e2d027 100644 --- a/pages/shop/GoodsCon/index.vue +++ b/pages/shop/GoodsCon/index.vue @@ -73,6 +73,7 @@ :style="giftBg ? 'background: url(' + giftBg + ') no-repeat center/cover' : ''" :class="giftBg ? '' : 'v12-primary'" > + 平台补贴限时{{ storeInfo.discount }}% 支持礼包赠送 @@ -1457,7 +1458,8 @@ export default { path: "/pages/order/OrderSubmission/index", query: { id: res.data.cartId, - couponId: that.couponId // 优惠券ID + couponId: that.couponId, // 优惠券ID + discount: that.storeInfo.discount, } }) return @@ -1465,7 +1467,7 @@ export default { if(news === 2) { const coupId = that.couponId ? that.couponId : (that.couponList.usable[0] && that.couponList.usable[0].id || '') uni.navigateTo({ - url: '/pkg_user/views/gift/gift?cartId=' + res.data.cartId + '&couponId=' + coupId + url: '/pkg_user/views/gift/gift?cartId=' + res.data.cartId + '&couponId=' + coupId + (that.storeInfo.discount ? '&discount=' + that.storeInfo.discount : '') }) } if(news === 0) { @@ -2181,4 +2183,8 @@ export default { left: 0; width: 100%; } +.ll-text{ + margin-left: 280rpx; + word-break: keep-all; +} diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 7d8b9ae..23523ee 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -95,6 +95,13 @@ + + 价格明细 + + 商品总价: + 1224 + +