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; //}; }; }