From 28b6014b7cbbe6d1667e338743d257b3e98e966d Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 26 二月 2021 14:48:00 +0800
Subject: [PATCH] Merge branch 'dev-tzy' of http://172.16.1.23:6688/r/~wxr/HDL_APP_Project into dev-tzy

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

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
index 3ee42a6..7569dc4 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
@@ -255,13 +255,12 @@
 
         #endregion
 
-        #region F3闃舵
         #region 娣诲姞璁惧
         void LoadEvent_SkipbtnAddFunctionPage()
         {
             EventHandler<MouseEventArgs> eventHandler = (sender, e) =>
             {
-                var page = new SearchDevicePage();
+                var page = new ThirdPartyBrandListPage();
                 MainPage.BasePageView.AddChidren(page);
                 page.LoadPage();
                 MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
@@ -269,7 +268,6 @@
             btnResidenceAddFunctionIcon.MouseUpEventHandler = eventHandler;
             btnResidenceAddFunctionText.MouseUpEventHandler = eventHandler;
         }
-        #endregion
         #endregion
 
         #region 鍏充簬On銆佽幏鍙栨敮鎸�

--
Gitblit v1.8.0