wxr
2020-07-06 23c075a9c27946773feccf05abc90489a6bf5203
HDL_ON/UI/MainPage.cs
@@ -21,8 +21,14 @@
        public static string VersionString = "1.0103";
        public static Entity.CityInfo cityInfo = new Entity.CityInfo();
        /// <summary>
        /// 天气刷新action
        /// </summary>
        public static Action RefreshAir;
        /// <summary>
        /// 本地模式
        /// </summary>
        public static bool LocalMode = false;
        /// <summary>
        /// 公司代码
@@ -85,7 +91,7 @@
                    })
                    { IsBackground = true }.Start();
                    GoUserPage();
                    AppUnlockPage.LoadPage();
                    new AppUnlockPage().LoadPage();
                }
            }
            catch (Exception ex)
@@ -100,7 +106,7 @@
        public static void GoLoginPage(string account ="")
        {
            BaseView.RemoveAll();
            BaseView.BackgroundColor = CSS_Color.BackgroundColor;
            var fisrtView = new UI.UI1Login.LoginPage();
            fisrtView.BackgroundColor = CSS_Color.MainBackgroundColor;
            BaseView.AddChidren(fisrtView);
@@ -131,7 +137,7 @@
            BaseView.AddChidren(BasePageView);
            //跳转页面----
            var userPage = new UI.UserPage();
            var userPage = new UserPage();
            BasePageView.AddChidren(userPage);
            userPage.LoadPage();
            BasePageView.PageChange += (sender, e) =>