From 7167334c0e89dd84827d59e726123d14776e3a09 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 16 六月 2020 11:14:13 +0800
Subject: [PATCH] 2020-06-16-1

---
 HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs
index f9a05fd..66b7b9e 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomsManagementPage.cs
@@ -28,7 +28,8 @@
         {
             bodyView.BackgroundColor = CSS_Color.BackgroundColor;
             LoadEvent_SkipAddRoomPage();
-            new PublicAssmebly().LoadTopView(bodyView, Language.StringByID(StringId.RoomsManagement), "rooms", skipAddRoomAction);
+            new TopViewDiv(bodyView, Language.StringByID(StringId.RoomsManagement)).LoadTopView("rooms",skipAddRoomAction);
+            //new PublicAssmebly().LoadTopView(bodyView, Language.StringByID(StringId.RoomsManagement), "rooms", skipAddRoomAction);
 
             roomsListView = new VerticalScrolViewLayout()
             {
@@ -67,8 +68,8 @@
 
             var btnBg = new Button()
             {
-                Y = Application.GetRealHeight(0-(350 - 92) / 2),
-                Height = Application.GetRealHeight(350),
+                Y = Application.GetRealHeight(0-(192 - 92) / 2),
+                Height = Application.GetRealHeight(192),
                 UnSelectedImagePath = room.backgroundImage,
             };
             roomRow.AddChidren(btnBg);
@@ -93,7 +94,7 @@
             roomRow.AddChidren(btnRoomName);
 
             btnShadow.MouseUpEventHandler += (sender, e) => {
-                LoadEvent_SkipEditRoomPage(room);
+                LoadEvent_SkipEditRoomPage(room,btnRoomName,btnBg);
             };
         }
 

--
Gitblit v1.8.0