Browse Source

公用机提交

hexiaojie 7 months ago
parent
commit
1f048e0529
1 changed files with 7 additions and 4 deletions
  1. 7 4
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

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

@@ -1626,11 +1626,14 @@ namespace GFGGame
             if (GameGlobal.AutoShowCompleted) return;
             
 #if !GFGZSB
-            int isRegisterRoleInfo = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsRegisterRoleInfo);
-            if (isRegisterRoleInfo == 0)
+            if ( LauncherConfig.ChannelId != 101)
             {
-                ViewManager.Show<RoleInfoRegisterView>();
-                return;
+                int isRegisterRoleInfo = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsRegisterRoleInfo);
+                if (isRegisterRoleInfo == 0)
+                {
+                    ViewManager.Show<RoleInfoRegisterView>();
+                    return;
+                }
             }
             
             // if (LauncherConfig.platformId == 1 && LauncherConfig.ChannelId == (int)ChannelID.DouYou)