From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 02 十二月 2024 17:17:19 +0800 Subject: [PATCH] tcp;可视对讲; --- HDL_ON/UI/UI2/3-Intelligence/Automation/InputPushText.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/InputPushText.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/InputPushText.cs index 6325102..a5daaa1 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/InputPushText.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/InputPushText.cs @@ -69,11 +69,19 @@ appPush.frameLayout.Radius = (uint)Application.GetRealHeight(12); appPush.btnText.TextID = StringId.apptuisong; appPush.btnText.X = Application.GetRealWidth(12); + if (MainPage.NoLoginMode) + { + appPush.btnNextIcon.Visible = false; + } viewLayout.AddChidren(appPush.FLayoutView()); //瀹氫箟涓�涓眬閮ㄨ处鍙峰垪琛ㄧ敤鏉ヨ褰曢�変腑鏁版嵁; List<string> selectedAccountList = new List<string>(); appPush.btnClick.MouseUpEventHandler += (sender, e) => { + if (MainPage.NoLoginMode) + { + return; + } var userList = new List<HDL_ON.Entity.ResidenceMemberInfo>(); Loading loading = new Loading(); this.AddChidren(loading); -- Gitblit v1.8.0