yyl
2025-05-19 b118ece3db250a5a257b60713da92234d8d5a57a
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)