From cc0d80c7d86c6d0167269b3408c4b30c24ce84e9 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 23 三月 2020 16:55:37 +0800 Subject: [PATCH] ??????? --- ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs b/ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs index bf0c4c4..cd1a3ce 100755 --- a/ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs +++ b/ZigbeeApp/Shared/Phone/UserView/UserHomeView.cs @@ -1,8 +1,6 @@ 锘縰sing System; using System.Collections.Generic; -using System.Timers; using Shared.Common; -using Shared.Phone.Device.AC; using Shared.Phone.Device.CommonForm; using Shared.Phone.Device.DeviceLogic; using Shared.Phone.UserCenter; @@ -12,7 +10,7 @@ namespace Shared.Phone.UserView { /// <summary> - /// 涓婚〉 + /// 涓婚〉(姝や笢瑗胯鑸嶅純,闄や簡瀹冮噷闈㈢殑闈欐�佹柟娉�) /// </summary> public class UserHomeView : EditorCommonForm { @@ -188,9 +186,9 @@ roomPageView.Height = Application.GetRealHeight(478); this.AddChidren(roomPageView); //绐佸嚭杈硅窛 - roomPageView.TCBJ = Application.GetRealWidth(181); + roomPageView.TCBJ = Application.GetRealWidth(124); //涓や釜page涔嬮棿鐨勯棿璺� - roomPageView.JMBJ = Application.GetRealWidth(0); + roomPageView.JMBJ = Application.GetRealWidth(58); //褰撳墠鎴块棿 var rList = HdlRoomLogic.Current.GetRoomsByCurrentFloorIdAppendLoveRoom(); @@ -200,10 +198,6 @@ roomPageView.AddChidren(roomView); roomView.Init(room); roomView.HideName(true); - roomView.action += () => - { - this.ShowForm(); - }; } //璁剧疆鎴块棿鐨勫垵濮嬮�夋嫨 var curIndex = rList.FindIndex((obj) => obj.Id == HdlRoomLogic.Current.CurrentRoom.Id); -- Gitblit v1.8.0