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