HDL_ON/UI/UI2/2-Classification/ClassificationPageBLL.cs
@@ -28,6 +28,8 @@ /// <param name="functionCategory"></param> static void UpdataFunctionOnCount(FunctionCategory functionCategory,FunctionType functionType) { try { for (int i = 0; i < bodyView.functionsPageView.ChildrenCount; i++) { if (bodyView.functionsPageView.GetChildren(i).GetType() == typeof(FrameLayout)) @@ -81,7 +83,11 @@ } } } catch (Exception ex) { MainPage.Log($"更新全关按钮异常 : {ex.Message}"); } } /// <summary> /// 更新全关功能状态 /// </summary>