From e062c2afa3e12389b01a27a4794c9f2b6de6dffa Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Sat, 14 Sep 2024 23:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9F=BA=E7=A1=80=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/luckGift/luckGiftSet.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/luckGift/luckGiftSet.vue b/src/views/luckGift/luckGiftSet.vue index 028637e..a5862cc 100644 --- a/src/views/luckGift/luckGiftSet.vue +++ b/src/views/luckGift/luckGiftSet.vue @@ -191,12 +191,13 @@ export default { var obj = {}; obj.partitionId = this.inquire.value; if (this.type == 1) { - obj.comparisonValue = this.value; - } else if (this.typetype == 2) { + obj.productionRatio = this.value; + } else if (this.type == 2) { + console.log(1111); obj.stock = this.value; - } else if (this.typetype == 3) { + } else if (this.type == 3) { obj.platformRatio = this.value; - } else if (this.typetype == 4) { + } else if (this.type == 4) { obj.receiverRatio = this.value; } updateSet(obj).then((res) => {