HDL_ON/UI/UI2/2-Classification/FunctionPage.cs
@@ -12,7 +12,7 @@ /// <summary> /// 当前窗体 /// </summary> static FrameLayout bodyView; public static FunctionPage bodyView; /// <summary> /// 楼层选择下拉图标 /// </summary> @@ -37,6 +37,26 @@ } /// <summary> /// 重载界面 /// </summary> public void ReLoadPage() { if (bodyView != null) { try { bodyView.RemoveAll(); LoadPage(this.titleId); functionList = new List<Function>(); } catch (Exception ex) { MainPage.Log($"FunctionPage ReloadPage error :\r\n {ex.Message}"); } } } public void LoadPage(int titleId_out) { this.titleId = titleId_out;