ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Form/Base/EditorCommonForm.cs
@@ -152,15 +152,11 @@ this.InitForm(); //强制显示界面,初始化完框架后,就直接显示界面 new System.Threading.Thread(() => HdlThreadLogic.Current.RunMainInThread(() => { Application.RunOnMainThread(() => { //执行ShowForm()方法 this.LoadShowFormMethod(parameter); }); }) { IsBackground = true }.Start(); //执行ShowForm()方法 this.LoadShowFormMethod(parameter); }); } #endregion