wjc
2023-08-03 fd1f19e8479c764fa28b0da3a2f9b34a3debe772
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);
        }