From cb1476f1197b8730038b4ef485f8f036e1d93422 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 09 六月 2021 16:49:32 +0800
Subject: [PATCH] 合并文本缺漏
---
HDL_ON/UI/UI2/UserPageBLL.cs | 23 +++++++++++++++++++++--
1 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/HDL_ON/UI/UI2/UserPageBLL.cs b/HDL_ON/UI/UI2/UserPageBLL.cs
index a342131..e48e51e 100644
--- a/HDL_ON/UI/UI2/UserPageBLL.cs
+++ b/HDL_ON/UI/UI2/UserPageBLL.cs
@@ -11,7 +11,27 @@
void LoadEventList()
{
LoadEvent_NavigationSelection();
+ LoadEvent_RefreshData();
}
+
+ /// <summary>
+ /// 鍒锋柊浣忓畢鏁版嵁
+ /// </summary>
+ void LoadEvent_RefreshData()
+ {
+ //ContextView.BeginHeaderRefreshingAction = () => {
+ // if (CurAnimationEffect == 0)
+ // {
+ // Common.ApiUtlis.Ins.DownloadData();
+ // ContextView.RemoveAll();
+ // var homePage = new HomePage();
+ // ContextView.AddChidren(homePage);
+ // homePage.LoadPage();
+ // ContextView.EndHeaderRefreshing();
+ // }
+ //};
+ }
+
/// <summary>
/// 鍔犺浇瀵艰埅鏍忕偣鍑讳簨浠�
/// </summary>
@@ -46,7 +66,6 @@
btnPersonalCenterIcon.MouseUpEventHandler = PersonalCenterEvent;
btnPersonalCenterText.MouseUpEventHandler = PersonalCenterEvent;
}
-
-
+
}
}
--
Gitblit v1.8.0