🐞 fix(gvg): 对手添加等级

This commit is contained in:
luying
2023-02-23 17:49:35 +08:00
parent 0deebf2947
commit 7300efd263
6 changed files with 16 additions and 7 deletions

View File

@@ -676,6 +676,7 @@ export class GVGTeamInList {
roleName: string;
head: number;
frame: number;
lv: number;
lineupCe: number;
leagueCode: string;
leagueName: string;
@@ -688,6 +689,7 @@ export class GVGTeamInList {
this.roleName = team.roleName;
this.head = team.head;
this.frame = team.frame;
this.lv = team.lv;
this.lineupCe = team.lineupCe;
this.leagueCode = team.leagueCode;
this.leagueName = team.leagueName;