hexiaojie 7 月之前
父節點
當前提交
c883f3ec04
共有 1 個文件被更改,包括 6 次插入4 次删除
  1. 6 4
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

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

@@ -1624,9 +1624,8 @@ namespace GFGGame
 
             if (GuideDataManager.currentGuideId > 0) return;
             if (GameGlobal.AutoShowCompleted) return;
-            if (!GameGlobal.AfterDataInited) return;
-            if (!ViewManager.CheckIsTopView(this.viewCom)) return;
-            #if !GFGZSB
+            
+#if !GFGZSB
             int isRegisterRoleInfo = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsRegisterRoleInfo);
             if (isRegisterRoleInfo == 0)
             {
@@ -1639,7 +1638,10 @@ namespace GFGGame
                 ViewManager.Show<QieHuanView>();
                 return; 
             }
-            #endif
+#endif
+            
+            if (!GameGlobal.AfterDataInited) return;
+            if (!ViewManager.CheckIsTopView(this.viewCom)) return;
             
             if (RoleDataManager.lvl < 5) return;
             //if (!TimeUtil.CheckIsSameTime(lastTime * 1000, TimeHelper.ClientNow()))