Browse Source

升级引导调整

zhaoyang 3 years ago
parent
commit
3237a23bdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/RoleLvUp/RoleLvUpView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/RoleLvUp/RoleLvUpView.cs

@@ -58,7 +58,7 @@ namespace GFGGame
             string viewName = GuideController.CheckHasRoleLvGuideOpen();
             if (viewName != "")
             {
-                ViewManager.Show(viewName, null, null, true);
+                // ViewManager.Show(viewName, null, null, true);
             }
         }
     }