【红点】退出公会,入口依然显示红点
parent
56c0462062
commit
d1f88d5b33
|
@ -187,6 +187,7 @@ function GuildInfoPopup:BindEvent()
|
|||
MsgPanel.ShowTwo(Language[10901],nil, function()
|
||||
MyGuildManager.RequestQuitGuild(function()
|
||||
this:ClosePanel()
|
||||
GuildManager.RefreshGuildAllRedState()
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
|
|
|
@ -188,5 +188,22 @@ function GuildManager.CheckGuildTip()
|
|||
_TipTimer:Start()
|
||||
end
|
||||
end
|
||||
|
||||
function this.RefreshGuildAllRedState()
|
||||
CheckRedPointStatus(RedPointType.Guild_Aid)
|
||||
CheckRedPointStatus(RedPointType.Guild_AidBox)
|
||||
CheckRedPointStatus(RedPointType.Guild_AidMy)
|
||||
CheckRedPointStatus(RedPointType.Guild_Apply)
|
||||
CheckRedPointStatus(RedPointType.Guild_DeathPos)
|
||||
CheckRedPointStatus(RedPointType.Guild_Fete)
|
||||
CheckRedPointStatus(RedPointType.Guild_House)
|
||||
CheckRedPointStatus(RedPointType.Guild_House_Apply)
|
||||
CheckRedPointStatus(RedPointType.Guild_RedPacket)
|
||||
CheckRedPointStatus(RedPointType.Guild_Shop)
|
||||
CheckRedPointStatus(RedPointType.Guild_Skill)
|
||||
CheckRedPointStatus(RedPointType.Guild_Transcript)
|
||||
CheckRedPointStatus(RedPointType.Guild_Boss)
|
||||
CheckRedPointStatus(RedPointType.Guild_AidGuild)
|
||||
CheckRedPointStatus(RedPointType.Gui)
|
||||
CheckRedPointStatus(RedPointType.Guild_Shop)
|
||||
end
|
||||
return GuildManager
|
Loading…
Reference in New Issue