From 5017131971e6ac8f31adc2ed1e25583738b420a2 Mon Sep 17 00:00:00 2001 From: Tong <1025782220@qq.com> Date: 星期一, 06 九月 2021 13:18:00 +0800 Subject: [PATCH] 删除启动页Label --- HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/Transfer/TransferUserConfirmPage.cs | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 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 4a5c393..5bd2aea 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/Transfer/TransferUserConfirmPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/RoomListManage/Transfer/TransferUserConfirmPage.cs @@ -99,8 +99,23 @@ //濡傛灉璁剧疆鏈夊畨鍏ㄩ獙璇�,鍒欓渶瑕侀獙璇� HdlCheckLogic.Current.CheckUnlockSecurity(true, (div) => { - var form = new TransferingResidenceForm(); - form.AddForm(this.accountInfo); + //濡傛灉娌℃湁璁剧疆鏈夊畨鍏ㄩ獙璇� + 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, msg, () => + { + var form = new TransferingResidenceForm(); + form.AddForm(this.accountInfo); + }); + } + else + { + var form = new TransferingResidenceForm(); + form.AddForm(this.accountInfo); + } }); }; -- Gitblit v1.8.0