wxr
2020-11-20 f4b178e64fd43262872fe9d443aa9da6048ceaac
HDL_ON/UI/UI2/4-PersonalCenter/MemberManagement/MemberPermissionPageBLL.cs
@@ -18,7 +18,7 @@
                Action action = () =>
                {
                    ResponsePack responePack = new HttpServerRequest().DeleteResidenceMemberAccount(memberInfo.SubAccountDistributedMark);
                    if (responePack.StateCode.ToUpper() == "SUCCESS")
                    if (responePack.StateCode.ToUpper() == StateCode.SUCCESS)
                    {
                        this.RemoveFromParent();
                        backAction();