活动:添加新任务统计

This commit is contained in:
qiaoxin
2021-06-18 19:56:27 +08:00
parent b4578f053a
commit d20d8cb76f
5 changed files with 26 additions and 2 deletions

View File

@@ -1174,6 +1174,11 @@ export function isComplete(roleId: string, taskType: TASK_TYPE, taskParam: strin
addCount = count;
break;
}
case TASK_TYPE.ACTIVITY_RMB:
{
addCount = count;
break;
}
default:
addCount = 0;
break;