From e77165a1d7c7d8b2b741182f122ed8de27d8c8fe Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Wed, 18 Sep 2024 11:06:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B6=85=E7=BA=A7=E5=B9=B8?= =?UTF-8?q?=E8=BF=90=E7=A4=BC=E7=89=A9=E4=B8=8B=E6=8B=89=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lucky/LuckyGiftRangeView.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/lucky/LuckyGiftRangeView.vue b/src/views/lucky/LuckyGiftRangeView.vue index bda3164..0629230 100644 --- a/src/views/lucky/LuckyGiftRangeView.vue +++ b/src/views/lucky/LuckyGiftRangeView.vue @@ -306,7 +306,8 @@ export default { this.inquire.value1 = e; luckyGiftRangeConfigList({ giftId: this.inquire.value1 }).then((res) => { this.inquire.giftsNum = res.data; - // this.inquire.value2 = res.data[0].id; + // this.inquire.value2 = ""; + this.inquire.value2 = res.data[0].id; // this.loading = true; // luckyGiftRewardList({ // giftId: e,