From 9acd3887f1f8db40d59f991b1726a61aa7c7637c Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 12 五月 2021 15:13:56 +0800 Subject: [PATCH] Merge branch 'CJL' into wxr4 --- 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 old mode 100755 new mode 100644 index a342131..e48e51e --- 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