镇念塔:排行榜
This commit is contained in:
@@ -131,7 +131,7 @@ export class GrowthData extends ActivityBase {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user