ZigbeeApp/Shared/Phone/Device/Logic/MemberList.cs
@@ -18,7 +18,6 @@ VerticalRefreshLayout middle; CommonDevice common; Dictionary<string, string> editdeviceConditionsInfo; public void Show(CommonDevice commondevice, Dictionary<string, string> editdeviceConditions = null) { common = commondevice; @@ -92,6 +91,7 @@ { ///从列表移除当前门锁全部的旧数据; Send.LockList.Remove(Send.LockList[i]); i--; } } Read(); @@ -133,7 +133,7 @@ /// <param name="macport"></param> public void UserList(string macport) { middle.RemoveAll(); foreach (var user in Send.LockList) { if (user.DoorLockMacPort != macport)