镇念塔:排行榜

This commit is contained in:
luying
2021-08-17 19:35:44 +08:00
parent 13d55ca5c0
commit 2c338281aa
8 changed files with 17 additions and 17 deletions

View File

@@ -281,7 +281,7 @@ export class SevenDaysGrowthData {
let heroes = userHeroes.filter(hero => { return hero.lv >= lv })
obj.totalCount = heroes.length;
} else if (obj.taskType === TASK_TYPE.BATTLE_TOWER_LV) {
obj.totalCount = towerLv;
obj.totalCount = towerLv - 1;
}
}
}