JLChen
2020-11-13 017af840d60fd6a56da9711308bf8239cb7fc1e6
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() == HttpUtil.SUCCESS_CODE)
                    {
                        this.RemoveFromParent();
                        backAction();