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; } } }); }