瀏覽代碼

添加寻奇访胜归来时,主界面底部海之市icon的红点

leiyasi 1 年之前
父節點
當前提交
c9b5b43cad
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 3 - 2
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -940,7 +940,8 @@ namespace GFGGame
             //海之市
             if (redPointUpdateFrame == 18)
             {
-                RedDotController.Instance.SetComRedDot(_ui.m_btnHaiZhiShi.target, RedDotDataManager.Instance.GetFieldRed(), "icon_tanhao", -39, 15);
+                RedDotController.Instance.SetComRedDot(_ui.m_btnHaiZhiShi.target, RedDotDataManager.Instance.GetTravelRed() 
+                    ||RedDotDataManager.Instance.GetFieldRed(), "icon_tanhao", -39, 15);
             }
 
             // 新春活动
@@ -1190,7 +1191,7 @@ namespace GFGGame
 
         //private void OnClickBtnGetYuanXiao()
         //{
-        //    ViewManager.Show<ActivityGetYuanXiaoView>();
+        //    ViewManager.Show<ActivityGetYuanXiaoEntryView>();
         //}
     }
 }