pvp战报战力缩小

This commit is contained in:
mamengke01
2021-01-15 16:58:51 +08:00
parent 6b8b8a134e
commit 99b95af470

View File

@@ -562,7 +562,7 @@ export async function generMyRecInfo(heroScores: HeroScores[], winStreakNum: num
sHid: role.sHid,
headHid: role.headHid,
title: role.title,
ce: role.topFiveCe,
ce: reduceCe(role.topFiveCe),
heroes: myHeroRecords,
isSuccess,
score: isSuccess ? addSumScore : 0