From 122dc4312c72b2d2aaa50a2adf84165f5600b99a Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 27 一月 2021 17:13:48 +0800
Subject: [PATCH] 2021-1-27-1

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

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
index 81dd63c..aac2c6a 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPageBLL.cs
@@ -263,7 +263,9 @@
             {
                 var page = new HDL_ON.UI.UI2.Intelligence.Automation.EmptyClass();
                 MainPage.BasePageView.AddChidren(page);
-                page.Show();
+                page.Show(new System.Collections.Generic.List<string>(),null,(str)=> {
+
+                });
                 MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
             };
             btnResidenceAddFunctionIcon.MouseUpEventHandler = eventHandler;

--
Gitblit v1.8.0