wxr
2024-05-11 1dad82c24a668384aa61d611acd360f71131fe43
Update CatchSceneAddPage.cs
1个文件已修改
3 ■■■■■ 已修改文件
HDL_ON/UI/UI2/3-Intelligence/Scene/CatchSceneAddPage.cs 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/3-Intelligence/Scene/CatchSceneAddPage.cs
@@ -365,11 +365,14 @@
                            {
                                if (MainPage.SceneSupportFunctionList.Contains(temp.spk))
                                {
                                    if (catchFunctionList.Find((obj) => obj.sid == temp.sid && obj.spk == temp.spk) == null)
                                    {
                                    catchFunctionList.Add(temp);
                                }
                            }
                        }
                    }
                    }
                    var view = new CatchSceneCatchFunctionListPage(scene, catchFunctionList, backAction);
                    MainPage.BasePageView.AddChidren(view);