From dc8767129b2960b087494768b9fe77e764169988 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 20 七月 2023 13:31:01 +0800 Subject: [PATCH] 首页群控界面异常修复 --- HDL_ON/UI/UI2/1-HomePage/HomePage.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs index a7fd938..e958818 100644 --- a/HDL_ON/UI/UI2/1-HomePage/HomePage.cs +++ b/HDL_ON/UI/UI2/1-HomePage/HomePage.cs @@ -964,7 +964,7 @@ if (index == 0) { var view = new FrameLayout(); - deviceFunctionView.AddChidren(view); + gcFunctionView.AddChidren(view); var btnNoCollectionBg = new Button() { -- Gitblit v1.8.0