浏览代码

公用机提交

hexiaojie 7 月之前
父节点
当前提交
1f048e0529
共有 1 个文件被更改,包括 7 次插入4 次删除
  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)