HDL_ON/UI/UI2/2-Classification/RoomPage.cs
@@ -1,5 +1,6 @@ using System; using System.Collections.Generic; using HDL_ON.Entity; using HDL_ON.UI.CSS; using Shared; @@ -62,8 +63,14 @@ { if (bodyView != null) { bodyView.RemoveAll(); LoadPage(); try { bodyView.RemoveAll(); LoadPage(); }catch (Exception ex) { MainPage.Log($"RoomPage ReloadPage error :\r\n {ex.Message}"); } } } @@ -83,6 +90,7 @@ var list = room.GetRoomFunctions(false); foreach (var function in list) { if (MainPage.RoomNotSupportFunctionList.Contains(function.spk))