🐞 fix(gvg): 激战期保存队伍修复
This commit is contained in:
@@ -715,7 +715,8 @@ export class MyTeamSimpleInfo {
|
||||
this.teamCode = team.teamCode;
|
||||
this.index = team.index;
|
||||
this.head = team.head;
|
||||
this.frame = team.spine;
|
||||
this.frame = team.frame;
|
||||
this.spine = team.spine;
|
||||
this.lineup = team.lineup.map(({ actorId, dataId, outIndex }) => ({ actorId, dataId, order: outIndex }));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user