浏览代码

主界面自动弹窗bug

guodong 1 年之前
父节点
当前提交
6101ae04ea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

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

@@ -1059,7 +1059,7 @@ namespace GFGGame
         private void CheckAutoShowViews()
         {
             if (RoleDataManager.lvl < 10) return;
-            if (GuideDataManager.currentGuideId <= 0) return;
+            if (GuideDataManager.currentGuideId > 0) return;
             if (GameGlobal.AutoShowCompleted) return;
             if (!GameGlobal.AfterDataInited) return;
             if (!ViewManager.CheckIsTopView(this.viewCom)) return;