黄学彪
2020-03-11 06802250b4b9041d39d568c1dbe77684075006b2
ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs
@@ -12,7 +12,7 @@
namespace Shared.Phone.UserView
{
    /// <summary>
    /// 主页
    /// 主页(此东西被舍弃,除了它里面的静态方法)
    /// </summary>
    public class UserHomeView : EditorCommonForm
    {
@@ -188,9 +188,9 @@
                roomPageView.Height = Application.GetRealHeight(478);
                this.AddChidren(roomPageView);
                //突出边距
                roomPageView.TCBJ = Application.GetRealWidth(181);
                roomPageView.TCBJ = Application.GetRealWidth(112);
                //两个page之间的间距
                roomPageView.JMBJ = Application.GetRealWidth(0);
                roomPageView.JMBJ = Application.GetRealWidth(69);
                //当前房间
                var rList = HdlRoomLogic.Current.GetRoomsByCurrentFloorIdAppendLoveRoom();