🐞 fix(gvg): 推送下发逻辑修改
This commit is contained in:
@@ -686,6 +686,7 @@ export class GVGAreaInMap {
|
||||
|
||||
// 地图右边列表上的队伍信息
|
||||
export class GVGTeamInList {
|
||||
areaId: number;
|
||||
teamCode: string;
|
||||
roleName: string;
|
||||
head: number;
|
||||
@@ -699,6 +700,7 @@ export class GVGTeamInList {
|
||||
|
||||
constructor(team: GVGTeamType) {
|
||||
if(!team) return;
|
||||
this.areaId = team.areaId;
|
||||
this.teamCode = team.teamCode;
|
||||
this.roleName = team.roleName;
|
||||
this.head = team.head;
|
||||
|
||||
Reference in New Issue
Block a user