From 6a8eb1ce9d8e34c50164a4e24e7098e681ee08b6 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 06 十一月 2023 15:08:06 +0800
Subject: [PATCH] 国际化支持:场景增加自动化使能配置

---
 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