From b71dfb3ca100340005d56e1298292807da82322d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 08 六月 2020 15:04:21 +0800
Subject: [PATCH] 20200608

---
 HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditFunctionPage.cs |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditFunctionPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditFunctionPage.cs
index f446425..88c6d5b 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditFunctionPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditFunctionPage.cs
@@ -267,7 +267,6 @@
                         TextSize = CSS_FontSize.PromptFontSize_SecondaryLevel,
                     };
                     functionRow.AddChidren(btnFunctionFloorName);
-
                 }
 
                 Button btnChooseIcon = new Button()
@@ -276,8 +275,8 @@
                     X = Application.GetRealWidth(335),
                     Width = Application.GetRealWidth(28),
                     Height = Application.GetRealWidth(28),
-                    SelectedImagePath = "Public/SelectionIcon.png",
-                    UnSelectedImagePath = "Public/UnSelectionIcon.png",
+                    UnSelectedImagePath = "Public/ChooseIcon.png",
+                    SelectedImagePath = "Public/ChooseOnIcon.png",
                     IsSelected = function.roomIdList.Contains(room.sid)
                 };
                 functionRow.AddChidren(btnChooseIcon);
@@ -293,7 +292,6 @@
             {
                 functionListView.Height = Application.GetRealHeight(518 - 40 - 62);
             }
-
         }
 
         /// <summary>

--
Gitblit v1.8.0