黄学彪
2020-04-29 d978b68da978982b35dd7d7da27217925cf8d788
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/CompoundControls/SafetySensorStatuControl.cs
@@ -53,7 +53,7 @@
            btnArea.X = Application.GetRealWidth(46);
            btnArea.TextSize = 12;
            btnArea.TextColor = UserCenterColor.Current.TextGrayColor3;
            btnArea.Text = Common.Room.CurrentRoom.GetRoomNameByDevice(device);
            btnArea.Text = HdlRoomLogic.Current.GetRoomNameByDevice(device);
            this.AddChidren(btnArea);
            //状态
            var btnStatu = new NormalViewControl(200, 49, true);