wei
2020-12-24 f0159007be3597161647bffdd48f2426d47ca1c4
HDL_ON/UI/UI2/UserPageBLL.cs
old mode 100755 new mode 100644
@@ -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>