feat(节日活动): 新增端午活动任务

This commit is contained in:
luying
2023-05-26 15:16:11 +08:00
parent 4713d9e3ac
commit 165f2b2ed4
5 changed files with 28 additions and 0 deletions

View File

@@ -1454,6 +1454,8 @@ export class CheckSingleTask {
break;
}
case TASK_TYPE.MINI_GAME_SHOOT: // 135. 单局射箭获得X分
case TASK_TYPE.MINI_GAME_EAT_ZONGZI: // 137. 单局接粽子获得X分大于等于均可
case TASK_TYPE.MINI_GAME_CATCH_ZONGZI: // 138. 单局吃粽子获得X分大于等于均可
{
let { score } = param;
if(score >= dicTaskParam[0]) {