活动:寻宝骑兵活动添加推送任务
This commit is contained in:
@@ -180,6 +180,10 @@ export class TreasureHuntTaskData {
|
||||
}
|
||||
}
|
||||
|
||||
public findItemByTaskType(type: number) {
|
||||
return this.list.filter(obj => { return obj && obj.taskType === type });
|
||||
}
|
||||
|
||||
public initData(data: any) {
|
||||
this.name = data.name;
|
||||
this.index = data.index;
|
||||
|
||||
Reference in New Issue
Block a user