🐞 fix(gvg): 激战期保存队伍修复

This commit is contained in:
luying
2023-02-18 17:30:03 +08:00
parent f6ab7b5154
commit cbbacd27b5
2 changed files with 6 additions and 4 deletions

View File

@@ -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 }));
}
}