From 1026814d931de92f0da5f15a58870565a94100e0 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期一, 11 一月 2021 14:37:38 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/NewFilePath' into WJC --- 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