zhaoyang 2 éve
szülő
commit
7977907c6b
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

+ 2 - 0
GameClient/Assets/Game/HotUpdate/Views/ViewManager.cs

@@ -251,6 +251,7 @@ namespace GFGGame
             {
                 IUIView view = (IUIView)obj;
                 view.Hide();
+                Debug.Log("当前关闭:" + name);
             }
         }
 
@@ -266,6 +267,7 @@ namespace GFGGame
             {
                 IUIView view = (IUIView)obj;
                 view.Hide();
+                Debug.Log("当前关闭:" + name);
             }
         }