JLChen
2020-11-13 1209d93632b447823caf371dea5ccf030ab20434
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() == HttpUtil.SUCCESS_CODE)
                    if (responePack.StateCode.ToUpper() == StateCode.SUCCESS)
                    {
                        this.RemoveFromParent();
                        backAction();