[公会福利红包]========红包红点优化
parent
d1bd1a9cb7
commit
9914b6ef76
|
@ -202,7 +202,6 @@ function GuildInfoPopup:BindEvent()
|
|||
this:ClosePanel()
|
||||
GuildManager.RefreshGuildAllRedState()
|
||||
MyGuildManager.PackageNum=0
|
||||
CheckRedPointStatus(RedPointType.Guid_GetPackage)
|
||||
UIManager.OpenPanel(UIName.MainPanel)
|
||||
end)
|
||||
end)
|
||||
|
|
|
@ -197,6 +197,8 @@ function this.RefreshGuildAllRedState()
|
|||
CheckRedPointStatus(RedPointType.Guild_Fete)
|
||||
CheckRedPointStatus(RedPointType.Guild_House)
|
||||
CheckRedPointStatus(RedPointType.Guild_House_Apply)
|
||||
CheckRedPointStatus(RedPointType.Guid_GetPackage)
|
||||
CheckRedPointStatus(RedPointType.Guid_SendPackage)
|
||||
CheckRedPointStatus(RedPointType.Guild_RedPacket)
|
||||
CheckRedPointStatus(RedPointType.Guild_Shop)
|
||||
CheckRedPointStatus(RedPointType.Guild_Skill)
|
||||
|
@ -205,5 +207,6 @@ function this.RefreshGuildAllRedState()
|
|||
CheckRedPointStatus(RedPointType.Guild_AidGuild)
|
||||
CheckRedPointStatus(RedPointType.Gui)
|
||||
CheckRedPointStatus(RedPointType.Guild_Shop)
|
||||
|
||||
end
|
||||
return GuildManager
|
Loading…
Reference in New Issue