wjc
2023-03-30 46af47e8d94f78dc7b52dd013f5f8b142299886d
HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/VideoDoorLockPage.cs
@@ -392,15 +392,22 @@
        {
            CommonMethod.Current.MainThread(() =>
            {
                if (this.btnDoorLockIcon != null && !this.btnDoorLockIcon.IsSelected)
                if (pushMessageType == PushMessageType.Alarm)
                {
                    this.btnDoorLockIcon.IsSelected = false;
                }
                //门锁电池值
                if (this.btnCell != null)
                {
                    //videoDoorLockPage.btnCell.Text = "";
                }
                }
                else
                {
                    if (this.btnDoorLockIcon != null && !this.btnDoorLockIcon.IsSelected)
                    {
                        this.btnDoorLockIcon.IsSelected = false;
                    }
                }
            });
        }