Main/Component/UI/Common/SecondFrameLoader2.cs
@@ -43,11 +43,11 @@ public void InitUI() { var button = this.GetComponentInChildren<ButtonEx>(); var window = this.GetComponentInParent<Window>(); var window = this.GetComponentInParent<UIBase>(); button.AddListener(() =>//关闭按钮 { DebugEx.Log("关闭窗口"); window.Close(); Debug.Log("关闭窗口"); window.CloseWindow(); }); var text = this.GetComponentInChildren<Text>(); if (text != null)