🐞 fix(pvp): 修复巅峰演武战斗记录展示错误

This commit is contained in:
dingchaolin
2023-03-04 14:45:16 +08:00
parent 34c75c65b1
commit 00263cc249

View File

@@ -100,7 +100,7 @@ export class PvpRecordPlayerInfo {
setByHistoryOpp(oppRole: PvpHistoryOppType, oppHeroRecords: HeroesRecord[], isSuccess: boolean, score: number, serverId: number) {
this.roleId = robotIdComBack(oppRole.oppRoleId);
this.roleName = oppRole.roleName;
this.lv = oppRole.pLv;
this.lv = oppRole.lv;
this.head = oppRole.head;
this.frame = oppRole.frame;
this.spine = oppRole.spine;