From a5ae6e497c9e1398220949e028d44fa15cb274c6 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期一, 11 九月 2023 14:17:24 +0800
Subject: [PATCH] 2023年09月11日14:15:05
---
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