JLChen
2020-11-23 eb51679c618d5027070fbd6f3c0519f0f17e7d7d
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs
@@ -17,8 +17,8 @@
            {
                Action action = () =>
                {
                    var responePack = new HttpServerRequest().DeleteResidenceMemberAccount(memberInfo);
                    if (responePack.Code == StateCode.SUCCESS)
                    ResponsePack responePack = new HttpServerRequest().DeleteResidenceMemberAccount(memberInfo.SubAccountDistributedMark);
                    if (responePack.StateCode.ToUpper() == StateCode.SUCCESS)
                    {
                        this.RemoveFromParent();
                        backAction();