Feat:一人领取所有礼品
This commit is contained in:
@@ -71,6 +71,12 @@
|
|||||||
<u-switch v-model="isBlind" activeColor="#c52733"></u-switch>
|
<u-switch v-model="isBlind" activeColor="#c52733"></u-switch>
|
||||||
</view>
|
</view>
|
||||||
</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>
|
||||||
<view class="price-wrap" v-if="!(isGroupBuy && isPayOk)">
|
<view class="price-wrap" v-if="!(isGroupBuy && isPayOk)">
|
||||||
<view class="v12-font-28 v12-dark-text v12-font-bold">价格明细</view>
|
<view class="v12-font-28 v12-dark-text v12-font-bold">价格明细</view>
|
||||||
@@ -208,6 +214,7 @@ export default {
|
|||||||
webUrl: this.$VUE_APP_RESOURCES_URL,
|
webUrl: this.$VUE_APP_RESOURCES_URL,
|
||||||
loading: true,
|
loading: true,
|
||||||
isBlind: false,
|
isBlind: false,
|
||||||
|
isOneRecipient: false,
|
||||||
canTransfer: false,
|
canTransfer: false,
|
||||||
message: '',
|
message: '',
|
||||||
cartId: '',
|
cartId: '',
|
||||||
@@ -525,6 +532,7 @@ export default {
|
|||||||
cover: this.selectedCover,
|
cover: this.selectedCover,
|
||||||
canTransfer: this.canTransfer ? 1 : 0,
|
canTransfer: this.canTransfer ? 1 : 0,
|
||||||
isBlind: this.isBlind ? 1 : 0,
|
isBlind: this.isBlind ? 1 : 0,
|
||||||
|
isOneRecipient: this.isOneRecipient ? 1 : 0,
|
||||||
payType: this.payType,
|
payType: this.payType,
|
||||||
seckillId: this.orderGroupInfo.seckill_id,
|
seckillId: this.orderGroupInfo.seckill_id,
|
||||||
combinationId: this.orderGroupInfo.combination_id,
|
combinationId: this.orderGroupInfo.combination_id,
|
||||||
@@ -706,7 +714,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.tip-wrap{
|
.tip-wrap{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 100rpx;
|
bottom: 50rpx;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user