HDL_ON/UI/UI2/FuntionControlView/Aks/CollectPage.cs
@@ -42,7 +42,6 @@ } /// <summary> /// 初始化头部界面 /// </summary> @@ -81,7 +80,13 @@ imageFLayout.LoadImagePage(); imageFLayout.selectAction += (index) => { Console.WriteLine("5"); CommonMethod.Current.MainThread(() => { DetailPage detailPage = new DetailPage(); MainPage.BasePageView.AddChidren(detailPage); MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1; detailPage.Show(); }); }; imageFLayout.AdjustRealHeight(16); }