feat(gvg): 准备期征战中原初始

This commit is contained in:
luying
2023-01-30 10:24:54 +08:00
parent 3a71d7da97
commit 3c8ac3c9e5
11 changed files with 244 additions and 16 deletions

View File

@@ -196,7 +196,6 @@ export class CheckSingleTask {
// 联军任务
let dicGVGTasks = getGVGTasksByType(taskType);
console.log('#####', taskType, dicGVGTasks)
for(let { taskId, taskType, taskParam } of dicGVGTasks) {
let taskUpdateParam = await this.checkIsMatch(taskParam, async () => []);
if (taskUpdateParam) {