wjc
2023-02-14 b5db2383f81d921149f09bcfa0e65772ccc77d40
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(() =>
                            {