Browse Source

主界面自动弹窗bug

guodong 1 year ago
parent
commit
6101ae04ea
1 changed files with 1 additions and 1 deletions
  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;