WJC
2019-11-04 e5f993f52e09eb46878baced83bb8492f147d41c
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UnLockMethod.cs
@@ -30,7 +30,7 @@
        /// <summary>
        /// UI显示
        /// UI显示
        /// </summary>
        public void Show()
        {
@@ -266,7 +266,7 @@
                    BackgroundColor = Shared.Common.ZigbeeColor.Current.XMDel,
                };
                rowFrameLayout.AddRightView(btnDel);
                #endregion
                #endregion
                #region 数据处理
                switch (curDoorLockUser.UnlockType)
                {
@@ -454,7 +454,7 @@
                        }
                    };
                };
                #endregion
                #endregion
            }
        }
@@ -538,7 +538,7 @@
                        btnAllMethod.IsSelected = true;
                        oldbuttonText.TextColor = Shared.Common.ZigbeeColor.Current.XMBlack;
                        // 类型区分
                        // 类型区分
                        if (doorLock.currentUserDisplayMethod == Language.StringByID(R.MyInternationalizationString.AllMethod))
                        {
                            RefreshList();
@@ -724,7 +724,7 @@
                    BackgroundColor = Shared.Common.ZigbeeColor.Current.XMDel,
                };
                rowFrameLayout.AddRightView(btnDel);
                #endregion
                #endregion
                #region 数据处理
                switch (curDoorLockUser.UnlockType)
                {