【ID1009792】【公会】申请人加入了其他公会,申请列表是空的,显示红点 修改

dev_chengFeng
ZhangBiao 2021-01-14 12:00:15 +08:00
parent f939a42d0d
commit e20349d4a2
1 changed files with 5 additions and 0 deletions

View File

@ -204,6 +204,11 @@ function GuildInfoPopup:BindEvent()
PopupTipPanel.ShowTip(Language[10917])
return
end
Timer.New(function ()
-- this.RefreshShow()
this.OnTabChange(3)
this.agreeRedpot:SetActive(false)
end,0.3):Start()
MyGuildManager.OperateApply(GUILD_APPLY_OPTYPE.ALL_AGREE)
end)