🐞 fix(活动): 新将演绎

This commit is contained in:
luying
2023-06-06 14:17:37 +08:00
parent 4b7a03e756
commit 4f9fd8e4c1
2 changed files with 8 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ export class NewHeroGKData extends ActivityBase {
let dataObj: NewHeroGkDataInDb = JSON.parse(data);
let arr = dataObj.wars||[];
for (let obj of arr) {
this.wars.push(new NewHeroGachaWar(obj, this.beginTime))
this.wars.push(new NewHeroGachaWar(obj, this.beginWithoutHideTime||this.beginTime))
}
}