初始连接添加军团信息

This commit is contained in:
luying
2021-02-04 15:20:44 +08:00
parent aaeaf87324
commit 86c8cbc2f1
5 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -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) {