Browse Source

弹出报错

guodong 3 years ago
parent
commit
33761e344e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Controller/LogController.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Controller/LogController.cs

@@ -72,7 +72,7 @@ namespace GFGGame
                     }
                     }
                     if (LauncherConfig.onDebug == 1)
                     if (LauncherConfig.onDebug == 1)
                     {
                     {
-                        this.SetBtnLogVisable(true);
+                        ViewManager.Show(ViewName.LOG_VIEW);
                     }
                     }
                     break;
                     break;
                 case LogType.Log:
                 case LogType.Log: