新武将:activityId参数

This commit is contained in:
luying
2022-08-03 15:12:30 +08:00
parent 3f06432b3f
commit 25c6785ac9
3 changed files with 3 additions and 3 deletions

View File

@@ -127,7 +127,7 @@ export class GachaHandler {
}
}
}
let userGacha = await UserGachaModel.findByRole(roleId, gachaId);
let userGacha = await UserGachaModel.findByRole(roleId, gachaId, 0);
let { hope: userHope = []} = await refreshGacha(gameData.gacha.get(gachaId), userGacha);
for (let { id, hid } of hope) {
let curHope = userHope.find(cur => cur.id == id);