HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2019-11-18 16604a593202f2f87adf71abd57d036fe7da3b52
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 == "")