From 16604a593202f2f87adf71abd57d036fe7da3b52 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 18 十一月 2019 10:39:42 +0800
Subject: [PATCH] 同步了全部的代码

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

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
index 11acf4a..d48b821 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
@@ -265,6 +265,7 @@
         /// <param name="key">Key.</param>
         async void RefreshList()
         {
+            #region BindEmptyPic UI
             this.midFrameLayout.RemoveAll();
 
             var entryStatusPic = new Button
@@ -301,6 +302,7 @@
             };
             this.midFrameLayout.AddChidren(midVerticalScrolViewLayout);
             midVerticalScrolViewLayout.RemoveAll();
+            #endregion
 
             if (currentKey.bindList.Count == 0)
             {
@@ -371,8 +373,7 @@
                     rowLayout.AddRightView(btnDel);
                     #endregion
 
-                    #region 缁戝畾鏁版嵁澶勭悊
-
+                    #region 缁戝畾鏁版嵁澶勭悊 
                     bool isExistScene = false;
 
                     foreach (var sc in currentKey.bindList)
@@ -385,7 +386,7 @@
 
                     if (isExistScene)
                     {
-                        devicePic.UnSelectedImagePath = "Item/Scene.png";
+                        devicePic.UnSelectedImagePath = "SceneIcon/4.png";
                         devicePic.Width = Application.GetMinRealAverage(110);
 
                         if (bindDevice.ESName == "")

--
Gitblit v1.8.0