wei
2021-08-20 41995c4cd30ca1c5a814ea0af6f70d3b86368137
HDL_ON/UI/UI2/FuntionControlView/DoorLock/DoorLockAlwaysOnManagerPage.cs
@@ -313,13 +313,14 @@
            {
                var form = new UI2.Intelligence.Automation.InputPushText();
                MainPage.BasePageView.AddChidren(form);
                form.Show(this.automationInfo.PushSettion);
                //form.Show(this.automationInfo.PushSettion);
                form.Show();
                MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                form.action += (pushInfo) =>
                {
                    //赋值
                    this.automationInfo.PushSettion = pushInfo;
                };
                //form.action += (pushInfo) =>
                //{
                //    //赋值
                //    this.automationInfo.PushSettion = pushInfo;
                //};
            };
        }