HDL_ON/UI/MainPage.cs
@@ -25,7 +25,7 @@ /// <summary> /// 版本号 /// </summary> public static string VersionString = "1.2.0708"; public static string VersionString = "1.2.0820"; ///// <summary> ///// 客户端类型 ///// </summary> @@ -115,6 +115,7 @@ public static List<string> RoomNotSupportFunctionList = new List<string> { SPK.EnergyStandard, SPK.MusicStandard, }; @@ -400,9 +401,18 @@ { if (view != null) { if(view.Tag!=null ) { if(view.Tag.ToString() != "unlockpage") { view.RemoveFromParent(); }else { result = 2; } }else { view.RemoveFromParent(); } } }