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;