添加json

This commit is contained in:
luying
2021-01-23 18:10:48 +08:00
parent 0e88bc2bfc
commit d9ef58b6c5
40 changed files with 16877 additions and 6504 deletions

View File

@@ -168,7 +168,7 @@ export class GuildHandler {
let managerCntInc = 0;
if(auth == GUILD_AUTH.LEADER) { // 转让团长
managerCntInc = hisUserGuild.auth == GUILD_AUTH.MANAGER?-1: 0;
managerCntInc = -1;
} else {
managerCntInc = auth == GUILD_AUTH.MANAGER? 1: -1;
}