Przeglądaj źródła

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

leiyasi 1 rok temu
rodzic
commit
d123a80d3b

+ 5 - 1
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -934,8 +934,12 @@ namespace GFGGame
                 if (redPointUpdateFrame == 16)
                     RedDotController.Instance.SetComRedDot(_ui.m_btnActivityAfuGift.target, ActivityAfuGiftDataManager.Instance.HaveCanGetReward(), "", -43, 2);
             }
+            //海之市
+            if (redPointUpdateFrame == 17)
+                RedDotController.Instance.SetComRedDot(_ui.m_btnHaiZhiShi.target, RedDotDataManager.Instance.GetFieldRed());
+
             redPointUpdateFrame++;
-            if(redPointUpdateFrame > 16)
+            if(redPointUpdateFrame > 17)
             {
                 redPointUpdateFrame = -1;
             }