🐞 fix(gvg): 修复零散小问题
This commit is contained in:
@@ -689,6 +689,7 @@ export class GVGAreaInMap {
|
||||
// 地图右边列表上的队伍信息
|
||||
export class GVGTeamInList {
|
||||
areaId: number;
|
||||
pointId: number;
|
||||
teamCode: string;
|
||||
roleName: string;
|
||||
head: number;
|
||||
@@ -705,6 +706,7 @@ export class GVGTeamInList {
|
||||
constructor(team: GVGTeamType) {
|
||||
if(!team) return;
|
||||
this.areaId = team.areaId;
|
||||
this.pointId = team.pointId;
|
||||
this.teamCode = team.teamCode;
|
||||
this.roleName = team.roleName;
|
||||
this.head = team.head;
|
||||
|
||||
Reference in New Issue
Block a user