From f429da9a160d399387a860bc983a6ca9dacb6510 Mon Sep 17 00:00:00 2001 From: khalil Date: Wed, 7 May 2025 19:10:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B8=E8=BF=9025-=E5=A4=A7R=E5=BA=93?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/luckGift/luck25Config.vue | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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;