活动:首冲礼包一次性领取所有

This commit is contained in:
qiaoxin
2021-05-24 16:06:56 +08:00
parent 4fd14a2075
commit 5e9bd369cb
4 changed files with 18 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ export class SignInItem {
constructor(data: any) {
this.dayIndex = data.dayIndex;
this.reward = data.reward;
this.isReceive = false;
}
public heroReward(): CreateHeroParam[] {
@@ -88,7 +89,6 @@ export class SignInData extends ActivityBase {
let arr = dataObj.data
for (let obj of arr) {
console.log('obj', obj)
this.list.push(new SignInItem(obj))
}
}