HDL_ON/UI/UI2/1-HomePage/HomePage.cs
@@ -145,6 +145,7 @@ { //DriverLayer.Control.Ins.SearchLoaclGateway(); MainPage.InitializationData(); //DriverLayer.Control.Ins.IsRemote = true; }); }; #endif @@ -497,11 +498,11 @@ { if (!scene.collect) continue; if (scene.roomIds.Count == 0)//如何在房间已经移除了这个功能,则收藏界面也不会再显示 { scene.collect = false; continue; } //if (scene.roomIds.Count == 0)//如何在房间已经移除了这个功能,则收藏界面也不会再显示 //{ // scene.collect = false; // continue; //} if (index % 2 == 0) { sceneFunctionView.AddChidren(new Button() { Height = Application.GetRealHeight(7) });