diff --git a/src/views/luckGift/luck25Config.vue b/src/views/luckGift/luck25Config.vue index e97aff9..e09bec8 100644 --- a/src/views/luckGift/luck25Config.vue +++ b/src/views/luckGift/luck25Config.vue @@ -124,6 +124,28 @@ > +
+ 大R库存 + + 编辑 +
+
平台抽成 { this.inquire.comparisonValue = res.data.productionRatio; this.inquire.goldInventory = res.data.stock; + this.inquire.highRechargeUserInventory = res.data.highRechargeUserStock; this.inquire.platformCommission = res.data.platformRatio; this.inquire.userRevenueRatio = res.data.receiverRatio; this.inquire.highRechargeThreshold = res.data.highRechargeThreshold; @@ -625,6 +649,8 @@ export default { } else if (this.type == 5) { obj.highRechargeThreshold = this.value; } else if (this.type == 6) { + obj.highRechargeUserStock = this.value; + } else if (this.type == 7) { obj.judgeInputThreshold = this.value; } else if (this.type == 15) { obj.highPoolEntreProductionRatio = this.value;