🐞 fix(gvg): 投石车变动添加返回
This commit is contained in:
@@ -691,6 +691,7 @@ export class GVGTeamInList {
|
||||
areaId: number;
|
||||
pointId: number;
|
||||
teamCode: string;
|
||||
roleId: string;
|
||||
roleName: string;
|
||||
head: number;
|
||||
frame: number;
|
||||
@@ -708,6 +709,7 @@ export class GVGTeamInList {
|
||||
this.areaId = team.areaId;
|
||||
this.pointId = team.pointId;
|
||||
this.teamCode = team.teamCode;
|
||||
this.roleId = team.roleId;
|
||||
this.roleName = team.roleName;
|
||||
this.head = team.head;
|
||||
this.frame = team.frame;
|
||||
|
||||
Reference in New Issue
Block a user