gxc
2019-12-24 e28d283bd27db2c40ff435c517db54e2010e8ae6
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs
@@ -162,13 +162,13 @@
        /// <summary>
        /// 画面关闭
        /// </summary>
        public override void CloseForm()
        public override void CloseFormBefore()
        {
            this.m_parameter = null;
            //清空bodyFrame
            this.ClearBodyFrame();
            base.CloseForm();
            base.CloseFormBefore();
        }
        #endregion