任务:修复switch case

This commit is contained in:
luying
2021-06-22 11:08:28 +08:00
parent 9eb59e7cab
commit ddfd8455c8

View File

@@ -1195,8 +1195,8 @@ export function isComplete(roleId: string, taskType: TASK_TYPE, taskParam: strin
{
if (param[0] == paramObj.chatType) {
addCount = count;
break;
}
break;
}
case TASK_TYPE.BATTLE_TOWER:
{