wjc
2023-02-07 8960f866958ece0900b0ee13e70c9320507f98db
HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs
@@ -401,6 +401,14 @@
                    {
                        foreach (var scene in listScene)
                        {
                            if (scene == null) {
                                //有空现象
                                continue;
                            }
                            if(scene.sceneType == SceneType.LightScene)
                            {
                                continue;
                            }
                            System.Threading.Thread.Sleep(10);
                            Application.RunOnMainThread(() =>
                            {
@@ -695,7 +703,7 @@
                    btnAutomationTitle.TextSize = CSS_FontSize.TextFontSize;
                    btnSceneTilte.IsSelected = false;
                    btnSceneTilte.TextSize = CSS_FontSize.TextFontSize;
                    contentPageView.PageIndex = 2;
                    contentPageView.PageIndex = contentPageView.ChildrenCount - 1;
                };
            }
        }