1.
wei
2021-03-16 223b318d0070d06e7b64192dc93aa8103865d657
HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/AddControlComplete.cs
@@ -116,7 +116,12 @@
                else
                {
                    Method method = new Method();
                    method.AddControl(this);
                    method.AddControl(this, (control1) => {
                        AddButton addButton = new AddButton();
                        MainPage.BasePageView.AddChidren(addButton);
                        addButton.Show(control1);
                        MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                    });
                }
            };
            //完成点击事件