排行榜:加入军团后军团名显示

This commit is contained in:
luying
2022-08-30 14:43:22 +08:00
parent c193345679
commit 1363e0c1fa
3 changed files with 22 additions and 13 deletions
+1
View File
@@ -96,6 +96,7 @@ export async function joinGuild(code: string, guildName: string, lv: number, rol
res.releaseCallback();//解锁
return { status: -1, resResult: resResult(STATUS.GUILD_HAS_JOIN) };
}
await updateUserInfo(REDIS_KEY.USER_INFO, roleId, [{ field: 'guildName', value: guildName }]);
const dicCenterBase = gameData.centerBase.get(lv);
if (!dicCenterBase) {