ZigbeeApp/Shared/Phone/Device/Light/OnOffControl.cs
@@ -70,6 +70,10 @@ /// </summary> private Button OffBtn; /// <summary> /// IsDrawerLockMode /// </summary> public bool IsDrawerLockMode; #endregion #region ◆ 接口__________________________ @@ -191,6 +195,10 @@ //action(); //action = null; RemoveUpdateControlDeviceStatuAction(); if (IsDrawerLockMode) { CommonPage.Instance.IsDrawerLockMode = false; } base.RemoveFromParent(); }