活动:修改bug
This commit is contained in:
@@ -16,6 +16,7 @@ export class GrowthFundItem {
|
||||
taskType: number; // 任务类型 dic_zyz_taskType.json
|
||||
taskParam: string; //任务数据 dic_zyz_taskType.json
|
||||
taskParamArray: Array<number>; //任务数据 dic_zyz_taskType.json
|
||||
condition: number; //0
|
||||
reward: string; // 任务奖励,格式:1&3&1(类型&id&数量) 类型定义:1.英雄,2.物品
|
||||
|
||||
|
||||
@@ -30,6 +31,7 @@ export class GrowthFundItem {
|
||||
this.taskType = data.taskType;
|
||||
this.taskParam = data.taskParam;
|
||||
this.reward = data.reward;
|
||||
this.condition = data.condition;
|
||||
this.isComplete = false;
|
||||
this.isReceive = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user