WJC
2020-03-24 7df40c4d000b5424bc11d4a6b9c3332dfe661c67
ZigbeeApp/Shared/Phone/UserCenter/Device/Bind/BindTargetsPage.cs
@@ -55,7 +55,7 @@
        /// </summary>
        private System.Collections.Generic.List<CommonDevice> localDeviceList = new System.Collections.Generic.List<CommonDevice>();
        /// <summary>
        /// 本地场景列表
        /// 本地场景列表
        /// </summary>
        private System.Collections.Generic.List<SceneUI> scList = new System.Collections.Generic.List<SceneUI> { };
        /// <summary>
@@ -206,7 +206,7 @@
                            }
                            currentKey.ReSave();
                        }
                        #endregion
                        #endregion
                        Application.RunOnMainThread(() =>
                        {
                            RefreshList();
@@ -403,13 +403,13 @@
        }
        /// <summary>
        /// 按键绑定表显示
        /// </summary>
        /// </summary>
        async void RefreshList()
        {
            midVerticalRefreshLayout.RemoveAll();
            this.midFrameLayout.RemoveAll();
            middleFrameLayout();
            #region 数据处理
            #region 数据处理
            if (currentKey.bindList.Count == 0)
            {
                entryStatusPic.Height = Application.GetRealHeight(556);
@@ -1280,3 +1280,4 @@
        }
    }
}