wxr
2023-07-30 d76b0e40e5bb127fd33aa1f7842447a1df0628d5
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);
@@ -82,7 +91,7 @@
                {
                    try
                    {
                        userList = Send.GetResidenceMemberAccount();
                        userList = Send.Current.GetResidenceMemberAccount();
                    }
                    catch { }