wei
2021-04-20 9189e6c3fa549717e95a4d29de890941197eee03
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberManagementPageBLL.cs
@@ -94,8 +94,6 @@
                        }
                        //设置用户头像路径
                        CheckIfDownloadHeadImage(mInfo);
                    }
                    catch (Exception ex)
                    {
@@ -118,6 +116,7 @@
            Application.RunOnMainThread(() =>
            {
                waitPage?.Hide();
                waitPage?.RemoveFromParent();
            });
            return result;
        }