HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-09-01 dee21bf452a8979d0515d13e534fbb69ed9715dd
ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs
@@ -144,7 +144,6 @@
        {
            int count = user.UserIdMode.Count;
            #region  -------取消   完成
            var flMain = new FrameLayout { BackgroundColor = ZigbeeColor.Current.LogicTranslucentColor };
@@ -171,10 +170,10 @@
                    Y = Application.GetRealHeight(140 + 20),
                    Height = Application.GetRealHeight(160 * count),
                };
                //元素超出9个就用上下滑动控件;
                completeView.Show(count).AddChidren(vV);
                //清除之前的控件;
                vV.RemoveAll();
                completeView.Show(count).AddChidren(vV);
            }
            #endregion
            ///定两个变量记录之前的只值;
@@ -189,7 +188,7 @@
                mFunView lockView = new mFunView();
                if (user.UserIdMode.Count > 9)
                {
                    //元素超出9个就用上下滑动控件;
                    vV.AddChidren(lockView.Show());
                }
                else