🦄 refactor(pvp): 重置巅峰演武展示的代码

This commit is contained in:
dingchaolin
2023-03-04 16:52:44 +08:00
parent e183c780ee
commit 81aa1b2775

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.lv;
this.lv = oppRole.pLv;
this.head = oppRole.head;
this.frame = oppRole.frame;
this.spine = oppRole.spine;