From 58d4ef9af9c906acf2e9f65a3e65092363c8e1cd Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期四, 24 八月 2023 17:42:49 +0800 Subject: [PATCH] 2023年08月24日17:42:25 --- HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs index 0fbb6de..bb118a5 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AddFunction/Iot_BrandFunctionListPage.cs @@ -121,7 +121,7 @@ Y = Application.GetRealHeight(667 - 80), Height = Application.GetRealHeight(90), Radius = (uint)Application.GetRealWidth(22), - Visible = false, + //Visible =false, }; bodyView.AddChidren(optionView); @@ -147,7 +147,7 @@ { if (pack.Code == StateCode.SUCCESS) { - btnComfirm.Visible = false; + optionView.Visible = false; } } //var pack = http.Set3tyIotFunctionToHouse(function.deviceId, "0", brand_Iot.companyId); @@ -327,7 +327,8 @@ btnCheckIcon.IsSelected = function.collect = true; optionList.Add(function.deviceId); } - optionView.Visible = true; + + optionView.Visible =true; }; if (function.homeId == DB_ResidenceData.Instance.CurrentRegion.id ) { -- Gitblit v1.8.0