From 2d5cd35af7437ad4015d38594d8c721dc6166b11 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期二, 29 八月 2023 09:22:38 +0800
Subject: [PATCH] Merge branch 'wjc' of http://59.41.255.150:6688/r/~wxr/OnPro into wjc

---
 HDL_ON/UI/UI2/FuntionControlView/ArmCenter/PushConfigPage.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/ArmCenter/PushConfigPage.cs b/HDL_ON/UI/UI2/FuntionControlView/ArmCenter/PushConfigPage.cs
index 39eb4ac..346e2d3 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/ArmCenter/PushConfigPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/ArmCenter/PushConfigPage.cs
@@ -69,11 +69,20 @@
             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(false));
             //瀹氫箟涓�涓眬閮ㄨ处鍙峰垪琛ㄧ敤鏉ヨ褰曢�変腑鏁版嵁;
             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