From 171bf03f3664226eeff2b20ee9bd2e914b63a17d Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 13 三月 2020 09:18:50 +0800
Subject: [PATCH] 20200313

---
 HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
index 56aed70..daabf42 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
@@ -12,6 +12,9 @@
         {
             LoadEvent_SwitchHome();
             LoadEvent_GoPersonalDataPage();
+            LoadEvent_SkipResdentialManagePage();
+
+
         }
 
 
@@ -90,6 +93,20 @@
 
         #endregion
 
+        #region 浣忓畢绠$悊
+        void LoadEvent_SkipResdentialManagePage()
+        {
+            EventHandler<MouseEventArgs> eventHandler = (sender, e) => {
+                var residentialManagePage = new ResidentialManagePage();
+                MainPage.BasePageView.AddChidren(residentialManagePage);
+                residentialManagePage.LoadPage();
+                MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
+            };
+            btnResidenceManageIcon.MouseUpEventHandler = eventHandler;
+            btnResidenceManageText.MouseUpEventHandler = eventHandler;
+        }
+
+        #endregion
 
         #region 涓汉涓績
         void LoadEvent_GoPersonalDataPage()

--
Gitblit v1.8.0