Feat:一人领取所有礼品

This commit is contained in:
LinCyJang
2026-04-07 21:59:38 +08:00
parent 8c5ef69979
commit 689fa6ffc1
+9 -1
View File
@@ -71,6 +71,12 @@
<u-switch v-model="isBlind" activeColor="#c52733"></u-switch>
</view>
</view>
<view class="swich-btn" v-if="!isPayOk && !isGroupBuy">
<view class="v12-font-28 v12-dark-text">一人领取所有礼品</view>
<view>
<u-switch v-model="isOneRecipient" activeColor="#c52733"></u-switch>
</view>
</view>
</view>
<view class="price-wrap" v-if="!(isGroupBuy && isPayOk)">
<view class="v12-font-28 v12-dark-text v12-font-bold">价格明细</view>
@@ -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;