JLChen
2021-05-14 3bedb23993745f97e5870eca160c9f00c053c44c
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;
                //};
            };
        }