From b1ced13098c3202482d9d83e6f6ba1f601e59ae8 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期一, 23 十一月 2020 14:44:23 +0800 Subject: [PATCH] 2020-11-23 1.我的二维码界面。2.隐私政策页面调整。 --- HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs index c741f27..86d3e94 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/ResidentialManagePageBLL.cs @@ -45,7 +45,7 @@ { var responsePack = new HttpServerRequest().EditResidenceInfo(0, str); - if (responsePack.Code.ToUpper() == StateCode.SUCCESS) + if (responsePack.Code == StateCode.SUCCESS) { Application.RunOnMainThread(() => { -- Gitblit v1.8.0