gxc
2020-01-10 b8cbf4a8b6910eefcb83b6d3a39e9b5b5a9cd79e
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/MemberFrozenPage.cs
old mode 100755 new mode 100644
@@ -65,7 +65,7 @@
        }
        /// <summary>
        /// UI显示
        /// UI显示
        /// </summary>
        public void Show()
        {
@@ -219,25 +219,25 @@
                        unLockMethod.Show();
                    }
                    else if (currentIndex == 1)
                    {
                    {
                        if (!btnRight.IsSelected)
                        {
                            FreezeUser(true);
                            FreezeUser(true);
                        }
                        else
                        {
                            FreezeUser(false);
                            FreezeUser(false);
                        }
                    }
                    else if (currentIndex == 2)
                    {
                    {
                        if (!btnRight.IsSelected)
                        {
                            HasRemoteUnlockAccessMethod(true);
                            HasRemoteUnlockAccessMethod(true);
                        }
                        else
                        {
                            HasRemoteUnlockAccessMethod(false);
                            HasRemoteUnlockAccessMethod(false);
                        }
                    }
                };
@@ -300,7 +300,7 @@
                            {
                                // 账户中没有门锁用户
                                if (curDoorLockUser.DoorLockLocalUserId == null || curDoorLockUser.DoorLockLocalUserId == "")
                                {
                                {
                                }
                                else
                                {
@@ -334,7 +334,7 @@
                                        count1 = 0;
                                        break;
                                    }
                                }
                                }
                            }
                            int count2 = 0;
@@ -357,8 +357,8 @@
                                    else if (resultData.defaultControlResponseData.status == 33)
                                    {
                                        count2++;
                                    }
                                    System.Threading.Thread.Sleep(1000);
                                    }
                                    System.Threading.Thread.Sleep(1000);
                                }
                                else
                                {
@@ -370,7 +370,7 @@
                                }
                                tempCount++;
                            }
                            // 批量冻结门锁中的账户后,准备冻结云端账户
                            if (count2 == count1)
                            {
@@ -565,7 +565,7 @@
                        });
                    }
                });
            };
            };
        }
        //是否给子账户拥有远程开锁的条件
@@ -684,7 +684,7 @@
                        }
                        else
                        {
                            //新增,且不冻结
                            //新增,且不冻结
                            var addLockInfo = new ZigBee.Device.DoorLock.AddDoorLockData();
                            if (UserCenterResourse.UserInfo.AuthorityNo != 1)
                            {
@@ -761,7 +761,7 @@
                        });
                    }
                });
            };
            };
        }
        #region ◆ 接口实现__________________________