HDL Home App 第二版本 旧平台金堂用 正在使用
WJC
2019-10-28 72e1b4e4626315ebd4b879a68c94e7738fd0473e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs
@@ -149,14 +149,10 @@
            UserView.HomePage.Instance.PageIndex += 1;
            //初始化界面框架
            this.InitForm();
            //强制显示界面,初始化完框架后,就直接显示界面
            HdlThreadLogic.Current.RunMainInThread(() =>
            {
                //执行ShowForm()方法
                this.LoadShowFormMethod(parameter);
            });
            this.InitForm();
            //执行ShowForm()方法
            this.LoadShowFormMethod(parameter);
        }
        #endregion