From 691b0f2434acc1685b43f873657c9230726ffe6f Mon Sep 17 00:00:00 2001
From: chenqiyang <1406175257@qq.com>
Date: 星期二, 19 四月 2022 13:38:20 +0800
Subject: [PATCH] 1.增加人脸、可视对讲入口 2.增加清除推送角标数值接口 3.修改初始化全视通、登出全视通

---
 ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/AddScenePage.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/AddScenePage.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/AddScenePage.cs
index 55bdb86..5348f72 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/AddScenePage.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/AddScenePage.cs
@@ -9,6 +9,9 @@
 
 namespace Shared.Phone.UserCenter.DeviceBind
 {
+    /// <summary>
+    /// 鏅�氶潰鏉跨殑缁戝畾鍦烘櫙鐣岄潰銆愬彧鍙粦瀹�1涓満鏅��
+    /// </summary>
     public class AddScenePage : BindCommonLayout
     {
         /// 鏋勯�犲嚱鏁�
@@ -529,7 +532,7 @@
                     curentOldRoomFrameLayout = btnRoomFrameLayout;
                 }
 
-                if (index == roomTempList.Count - 1 && index > 3)
+                if (index == roomTempList.Count - 1 && index > 2)
                 {
                     var btnRoomFrameLayoutEmpty = new FrameLayout
                     {

--
Gitblit v1.8.0