From 9ef48d7b2da7c408b53f73be0f6eef3cbac1c84a Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期四, 19 十一月 2020 10:23:45 +0800
Subject: [PATCH] Evoyo.Home1.1.0120111601_Release

---
 ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs b/ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs
index 626cb01..a7c0a11 100755
--- a/ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs
+++ b/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
@@ -328,7 +327,7 @@
                 {
                     if (!edit)
                     {
-                        var alert = new UserCenter.ShowMsgControl(UserCenter.ShowMsgType.Normal,
+                        var alert = new UserCenter.ShowMsgControl(ShowMsgType.Normal,
                          Language.StringByID(MyInternationalizationString.selectdevicestatuscondition),
                          Language.StringByID(MyInternationalizationString.confrim));
                         alert.Show();

--
Gitblit v1.8.0