From a1b0ab7044100daaa7e0f1da2d2ca45e38098963 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期一, 29 三月 2021 09:13:25 +0800
Subject: [PATCH] 2021-3-29-2
---
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