抽卡:心愿单解锁

This commit is contained in:
luying
2022-04-27 20:55:02 +08:00
parent 8e4d88067f
commit 426341aba6
3 changed files with 10 additions and 2 deletions
@@ -86,6 +86,7 @@ export class GachaListReturn {
freeCount: number = 0; // 免费次数
refFreeTime: number = 0; // 免费次数下次刷新时间
count: number = 0; // 整体已抽卡次数
guideResultCount: number = 0; // 引导已抽卡次数
floor: Floor[] = []; // 整体保底
hope: Hope[] = []; // 心愿单
point: number = 0; // 积分
@@ -107,6 +108,7 @@ export class GachaListReturn {
this.point = userGacha.point;
this.turntable = userGacha.turntable;
this.pickHero = userGacha.pickHero;
this.guideResultCount = userGacha.guideResultCount||0;
} else {
this.floor = getFloorStatus(dicGacha.id, []);
}