陈嘉乐
2020-05-29 da9285368099529de4f6aa92be55297d05dc63dc
ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs
@@ -37,7 +37,7 @@
        public int timeLong = 0;
        public async void Show()
        {
            #region  界面的布局代码
            UserView.HomePage.Instance.ScrollEnabled = false;//锁住左滑
            TopView view = new TopView();
@@ -64,7 +64,6 @@
            this.AddChidren(middle);
            #endregion
            //是常开模式再去读取
            Send.CurrentDoorLock.IsDoorLockNormallyMode = true;
            if (Send.CurrentDoorLock.IsDoorLockNormallyMode)
            {
                //进来更新一次
@@ -221,7 +220,7 @@
                }
                catch { }
            };
            //UserCenter.DoorLock.DoorLockCommonInfo.UpdateCurrentDoorlockAction += (DoorlockKey, _bool) =>             //{             //    var key = Send.CurrentDoorLock.DeviceAddr + Send.CurrentDoorLock.DeviceEpoint;             //    if (DoorlockKey == key)             //    {             //        try             //        {             //            Application.RunOnMainThread(() =>             //            {             //                Send.CurrentDoorLock.IsDoorLockNormallyMode = _bool;             //                ModeView();             //            });             //        }             //        catch { }             //    }             //};
        }
        /// <summary>