From 93c3423f0fdb79500b3779e2fcbd3a041be061fd Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 01 七月 2021 15:50:19 +0800
Subject: [PATCH] Revert "1"

---
 HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/Transfer/TransferUserConfirmPage.cs |   19 ++-----------------
 1 files changed, 2 insertions(+), 17 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/Transfer/TransferUserConfirmPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/Transfer/TransferUserConfirmPage.cs
index 4c40acb..4a5c393 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/Transfer/TransferUserConfirmPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/Transfer/TransferUserConfirmPage.cs
@@ -99,23 +99,8 @@
                 //濡傛灉璁剧疆鏈夊畨鍏ㄩ獙璇�,鍒欓渶瑕侀獙璇�
                 HdlCheckLogic.Current.CheckUnlockSecurity(true, (div) =>
                 {
-                    //濡傛灉娌℃湁璁剧疆鏈夊畨鍏ㄩ獙璇�
-                    if (div == 0)
-                    {
-                        //纭杩囨埛{0}鐨勭鐞嗗憳璐﹀彿缁欒处鍙穥1}
-                        string msg = Language.StringByID(StringId.TransferreConfirmMsg2).Replace("{0}", Entity.DB_ResidenceData.Instance.CurrentRegion.homeName);
-                        msg = msg.Replace("{1}", btnName.Text);
-                        HdlMessageLogic.Current.ShowMassage(ShowMsgType.Confirm, Language.StringByID(StringId.TransferreConfirmMsg2), () =>
-                        {
-                            var form = new TransferingResidenceForm();
-                            form.AddForm(this.accountInfo);
-                        });
-                    }
-                    else
-                    {
-                        var form = new TransferingResidenceForm();
-                        form.AddForm(this.accountInfo);
-                    }
+                    var form = new TransferingResidenceForm();
+                    form.AddForm(this.accountInfo);
                 });
             };
 

--
Gitblit v1.8.0