[公会福利红包]========红包红点优化

dev_chengFeng
wangzhenxing 2021-06-09 10:35:11 +08:00
parent d1bd1a9cb7
commit 9914b6ef76
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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