ZigbeeApp/Shared/Phone/UserCenter/DoorLock/DoorLockCommonInfo.cs
@@ -607,6 +607,8 @@ var SubAccounListTemp = await ZigBee.Device.DoorLock.GetSubAccountByDistributedMark(); var SubAccounListDictionary = new Dictionary<string, Shared.Phone.UserCenter.MemberInfoRes> { }; if (SubAccounListTemp != null) { foreach (var member in SubAccounListTemp) { //判断一个账户绑定了邮箱的情况 @@ -626,7 +628,7 @@ SubAccounListDictionary.Add(member.DistributedMark, member); } } foreach (var addMemberID in SubAccounListDictionary.Keys) { SubAccounList.Add(SubAccounListDictionary[addMemberID]);