Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

dev_chengFeng
jiaoyangna 2020-07-14 16:14:13 +08:00
commit 0d82750315
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ function GuildManager.RequestJoinGuild(guildId, func)
MyGuildManager.InitAllData(function()
if func then func() end
end)
MyGuildManager.RefreshAidRedPot()
end)
end