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