From 7984854b2ba7589a5fb9a76ff04c8be93b8eeae8 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 22 Jul 2025 00:47:01 +0800 Subject: [PATCH] =?UTF-8?q?Feat=EF=BC=9A=E5=A4=9A=E5=93=81=E9=80=81?= =?UTF-8?q?=E7=A4=BC=EF=BC=8C=E5=BB=BA=E7=AB=8B=E9=80=81=E7=A4=BC=E6=B8=85?= =?UTF-8?q?=E5=8D=95=EF=BC=88=E7=9B=B2=E7=9B=92=EF=BC=89/=20=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E7=9B=B2=E7=9B=92=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_user/views/gift/gift.vue | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) 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