From a16dbea60b9fd0550dcdefd34c94ff6711af2cbc Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 25 十一月 2022 09:13:29 +0800 Subject: [PATCH] 功能完成备份 --- HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs index cc585e6..35a706a 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/IntelligencePage.cs @@ -401,6 +401,10 @@ { foreach (var scene in listScene) { + if(scene.sceneType == SceneType.LightScene) + { + continue; + } System.Threading.Thread.Sleep(10); Application.RunOnMainThread(() => { @@ -695,7 +699,7 @@ btnAutomationTitle.TextSize = CSS_FontSize.TextFontSize; btnSceneTilte.IsSelected = false; btnSceneTilte.TextSize = CSS_FontSize.TextFontSize; - contentPageView.PageIndex = 2; + contentPageView.PageIndex = contentPageView.ChildrenCount - 1; }; } } -- Gitblit v1.8.0