wei
2021-09-27 1eb43291d6f565fd8106ee401240d1c7a41da776
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;
        }