wjc
2023-03-29 3d5d2cb6bc250b15bec6c1fa233b69a1ff1ea050
HDL_ON/UI/UI2/FuntionControlView/VideoDoorLock/VideoDoorLockPage.cs
@@ -363,6 +363,8 @@
            });
        }
        /// <summary>
        /// 重新计算宽度(设备名称,房间控件)
        /// </summary>
@@ -383,6 +385,26 @@
            this.cellFrame.X = this.btnCurrDeviceRoom.Right + Application.GetRealWidth(20);
        }
        /// <summary>
        /// 更新状态
        /// </summary>
        public void UpdateState(PushMessageType pushMessageType)
        {
            CommonMethod.Current.MainThread(() =>
            {
                if (this.btnDoorLockIcon != null && !this.btnDoorLockIcon.IsSelected)
                {
                    this.btnDoorLockIcon.IsSelected = false;
                }
                //门锁电池值
                if (this.btnCell != null)
                {
                    //videoDoorLockPage.btnCell.Text = "";
                }
            });
        }
    }
    /// <summary>
    /// 自己弄一个FrameLayout