HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/iot_BindTipPage.cs
@@ -139,6 +139,8 @@ { btnComfirm.MouseUpEventHandler = (sender, e) => { Action action = () => { brand_Iot.hasAuthorization = true; boundAction?.Invoke(); this.RemoveFromParent(); @@ -147,6 +149,13 @@ MainPage.BasePageView.AddChidren(page); page.LoadPage(); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; }; var page = new Iot_AuthorizedPage(brand_Iot,action); page.LoadView(); }; } else @@ -239,6 +248,11 @@ }); } } else { dialog.Close(); new Alert("", "操作失败", "").Show(); } } catch { } finally