优化超级幸运礼物下拉框

This commit is contained in:
dragon
2024-09-18 11:06:59 +08:00
parent 8a2c1381e9
commit e77165a1d7

View File

@@ -306,7 +306,8 @@ export default {
this.inquire.value1 = e; this.inquire.value1 = e;
luckyGiftRangeConfigList({ giftId: this.inquire.value1 }).then((res) => { luckyGiftRangeConfigList({ giftId: this.inquire.value1 }).then((res) => {
this.inquire.giftsNum = res.data; 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; // this.loading = true;
// luckyGiftRewardList({ // luckyGiftRewardList({
// giftId: e, // giftId: e,