ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceFirmwareInfoForm.cs
@@ -145,8 +145,6 @@ { //初始化中部控件 this.InitMiddleFrame(); //界面右划可 UserView.HomePage.Instance.ScrollEnabled = true; }); }; @@ -294,21 +292,6 @@ frameSpace3.Height = Application.GetRealHeight(63); listView?.AddChidren(frameSpace3); listFrame?.AddChidren(frameSpace3); } #endregion #region ■ 界面关闭___________________________ /// <summary> /// 界面关闭 /// </summary> public override void CloseForm() { //界面右划可 UserView.HomePage.Instance.ScrollEnabled = true; base.CloseForm(); } #endregion