修改福袋接口请求

This commit is contained in:
dragon
2024-07-05 16:23:41 +08:00
parent 2210a40f67
commit 4096f9be43

View File

@@ -421,7 +421,7 @@ export default {
this.controlsObj.options = res.data;
});
listLuckyBagLinearGift({
giftTypes: '3,15'
giftTypes: "3,15",
}).then((res) => {
this.controlsObj.options2 = res.data;
});