JLChen
2020-12-04 8a10caa6573a67dac87be44d6990151248b2cc44
HDL_ON/UI/UI1-Login/LoginPageBLL.cs
@@ -671,7 +671,8 @@
                //获取用户信息
                new Thread(() =>
                {
                    pm.GetUserInfo();
                    pm.GetUserHeadImage(revertData.userId);
                    pm.GetUserInfo(false);
                })
                { IsBackground = true }.Start();
            }