wxr
2020-04-21 f718d23a262a5a8e1241fdeaeb4153399f95e79d
HDL_ON/UI/MainPage.cs
@@ -19,6 +19,10 @@
        public static string VersionString = "1.0103";
        public static Entity.CityInfo cityInfo = new Entity.CityInfo();
        public static Action RefreshAir;
        /// <summary>
        /// 公司代码
        /// 预留第三方定制标记
@@ -26,6 +30,9 @@
        /// </summary>
        public static int Company = 0;
        /// <summary>
        /// 是否全面屏手机
        /// </summary>
        public static bool Increase
        {
            get
@@ -64,12 +71,24 @@
                }
                else
                {
                    new System.Threading.Thread(() =>
                    {
                        var pm =new DAL.Server.HttpServerRequest();
                        pm.GetUserInfo();//刷新个人信息
                    })
                    { IsBackground = true }.Start();
                    new System.Threading.Thread(() =>
                    {
                        var pm = new DAL.Server.HttpServerRequest();
                        pm.GetHomePager();//刷新住宅信息
                    })
                    { IsBackground = true }.Start();
                    GoUserPage();
                }
            }
            catch (Exception ex)
            {
                MainPage.Log("root erorr : " + ex.Message);
                Log("root erorr : " + ex.Message);
            }
        }