From cb0aaa3579c0a23eddf13ac7d8c45205fb3cccec Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 09 十月 2019 21:51:54 +0800
Subject: [PATCH] 0312 开服活动增加红点 主界面根据排行榜显隐

---
 System/MainInterfacePanel/TopRightTip.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/System/MainInterfacePanel/TopRightTip.cs b/System/MainInterfacePanel/TopRightTip.cs
index cb9121e..88eaaa0 100644
--- a/System/MainInterfacePanel/TopRightTip.cs
+++ b/System/MainInterfacePanel/TopRightTip.cs
@@ -33,6 +33,7 @@
             m_BackPack.SetListener(OpenBackpack);
             m_ServerRank.SetListener(OpenRank);
             OpenServerActivityCenter.Instance.openServerActivityStateChange += OpenServerActivityStateChange;
+            m_ServerRank.gameObject.SetActive(OpenServerActivityCenter.Instance.IsActivityOpen(0));
         }
 
         public void UnInit()

--
Gitblit v1.8.0