From d7864d3a384ec65cad106cbd305b9cbfa161ee9e Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Tue, 25 Nov 2025 17:21:57 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4664=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=9B=A2?= =?UTF-8?q?=E8=B4=AD=E9=80=89=E6=8B=A9=E5=85=B6=E4=BB=96=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8=E6=97=A0=E6=B3=95=E7=94=9F=E6=95=88=EF=BC=8C=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=BB=A5=E5=90=8E=E5=8F=88=E8=87=AA=E5=8A=A8=E6=94=B9?= =?UTF-8?q?=E5=9B=9E=E9=BB=98=E8=AE=A4=E7=9A=84=E4=BC=98=E6=83=A0=E5=88=B8?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index b5df128..c8abdee 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -251,7 +251,7 @@ export default { this.couponIndex = this.couponList['usable']?.findIndex(item => item.id === +value) this.couponTitle = this.couponList['usable']?.[this.couponIndex]?.couponTitle if(this.isGroupBuy) { - await this.computedTravelGroupPrice(true) + await this.computedTravelGroupPrice(false) } else { await this.computedPrice(this.goodsInfo.cartNum, 1) } @@ -333,7 +333,11 @@ export default { } this.couponId = item.id this.couponTitle = item.couponTitle - this.computedPrice(this.goodsInfo.cartNum, 1) + if(this.isGroupBuy) { + this.computedTravelGroupPrice(false) + } else { + this.computedPrice(this.goodsInfo.cartNum, 1) + } }, makeAgain() { const params = {