From 689fa6ffc1471da56267d9a33e3988fcdd711b01 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 7 Apr 2026 21:59:38 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E4=B8=80=E4=BA=BA=E9=A2=86?= =?UTF-8?q?=E5=8F=96=E6=89=80=E6=9C=89=E7=A4=BC=E5=93=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 0e60e87..ceec7dc 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -71,6 +71,12 @@ + + 一人领取所有礼品 + + + + 价格明细 @@ -208,6 +214,7 @@ export default { webUrl: this.$VUE_APP_RESOURCES_URL, loading: true, isBlind: false, + isOneRecipient: false, canTransfer: false, message: '', cartId: '', @@ -525,6 +532,7 @@ export default { cover: this.selectedCover, canTransfer: this.canTransfer ? 1 : 0, isBlind: this.isBlind ? 1 : 0, + isOneRecipient: this.isOneRecipient ? 1 : 0, payType: this.payType, seckillId: this.orderGroupInfo.seckill_id, combinationId: this.orderGroupInfo.combination_id, @@ -706,7 +714,7 @@ export default { } .tip-wrap{ position: absolute; - bottom: 100rpx; + bottom: 50rpx; left: 0; margin: auto; right: 0;