Merge branch 'feature/huangqijiuguan' into dev

This commit is contained in:
xichaoyin 2024-01-12 13:43:02 +08:00
commit c2c3ce1bb8

View File

@ -433,7 +433,7 @@ export default class HQJGFun {
return
}
let mydata = await this.getMydata(call);
let mydata = await this.getMydata(call, hd);
if (!mydata.giftbuy[gift.id]) {
mydata.giftbuy[gift.id] = { num: 0, select: [] };
}