初始连接添加军团信息
This commit is contained in:
@@ -105,7 +105,7 @@ export class GuildListInfo extends GuildMainInfo {
|
||||
constructor(guild: GuildType) {
|
||||
super(guild);
|
||||
let leader = <RoleType>guild.leader;
|
||||
this.leader = leader.roleName;
|
||||
if(leader) this.leader = leader.roleName;
|
||||
}
|
||||
|
||||
setApply(hasApply: boolean) {
|
||||
|
||||
Reference in New Issue
Block a user