diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 21d3fd1..1c519f1 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -89,10 +89,18 @@ 赠言:{{ message || '礼笺轻启,礼藏心意'}} - - 是否支持好友转赠 - - + + + 是否支持好友转赠 + + + + + + 打开盲盒模式,朋友签收前商品信息保密 + + + @@ -137,10 +145,10 @@ - + 付款并赠送 - + 再送一份 @@ -191,6 +199,7 @@ export default { data() { return { webUrl: this.$VUE_APP_RESOURCES_URL, + isBlind: false, canTransfer: false, message: '', cartId: '', @@ -369,6 +378,7 @@ export default { message : this.message || '礼笺轻启,礼藏心意', cover: this.selectedCover, canTransfer: this.canTransfer ? 1 : 0, + isBlind: this.isBlind ? 1 : 0, payType: this.payType, seckillId: this.orderGroupInfo.seckill_id, combinationId: this.orderGroupInfo.combination_id, @@ -579,7 +589,7 @@ export default { background: #fff; border-radius: 30rpx; padding: 5rpx 20rpx; - margin-top: 30rpx; + margin-top: 20rpx; } .share-btn{ display: flex; @@ -603,4 +613,10 @@ export default { padding: 20rpx; box-sizing: border-box; } +.act-box{ + width: 710rpx; + height: 146rpx; + background: #fff; + border-radius: 30rpx; +} \ No newline at end of file