1
wei
2021-06-02 1396007184e3e17c2465b1fea5ba5562daf7d157
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;
        }