活动:弹出礼包订单添加参数

This commit is contained in:
qiaoxin
2021-06-09 18:52:54 +08:00
parent 4ed8f286f1
commit ff45e0f096
10 changed files with 54 additions and 30 deletions

View File

@@ -1125,12 +1125,16 @@ export function isComplete(roleId: string, taskType: TASK_TYPE, taskParam: strin
addCount = count;
break;
}
case TASK_TYPE.COM_BATTLE_ASSIST_TEAM:
{
addCount = count;
break;
}
case TASK_TYPE.GUILD_JOIN_ACTIVITY_END:
{
addCount = count;
break;
}
default:
addCount = 0;
break;