✨ feat(副将): pvp相关副将设置
This commit is contained in:
@@ -775,6 +775,7 @@ export class MyTeamSimpleInfo {
|
||||
actorId: number; // 武将
|
||||
dataId: number; // 出兵表上的位置
|
||||
order: number; // 行动
|
||||
subHid: number;
|
||||
}[];
|
||||
hasConfirm: boolean;
|
||||
|
||||
@@ -784,7 +785,7 @@ export class MyTeamSimpleInfo {
|
||||
this.head = team.head;
|
||||
this.frame = team.frame;
|
||||
this.spine = team.spine;
|
||||
this.lineup = team.lineup.map(({ actorId, dataId, outIndex }) => ({ actorId, dataId, order: outIndex }));
|
||||
this.lineup = team.lineup.map(({ actorId, dataId, outIndex, subActorId }) => ({ actorId, dataId, order: outIndex, subHid: subActorId }));
|
||||
this.hasConfirm = team.confirmConfigId == configId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user