WJC
2020-01-14 b74c052b43d7c4a830386940a036eb7c2ec9abc2
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/EntryStatusPage.cs
@@ -29,7 +29,7 @@
        #endregion
        /// <summary>
        /// UI显示
        /// UI显示
        /// </summary>
        public void Show()
        {
@@ -181,7 +181,7 @@
                TextColor = Shared.Common.ZigbeeColor.Current.XMWhite,
                Gravity = Gravity.CenterHorizontal,
                BackgroundColor = Shared.Common.ZigbeeColor.Current.XMBlack,
                Radius = 10,
                Radius = (uint)Application.GetRealHeight(127 / 2),
                TextSize = 16,
            };
            bottomFrameLayout.AddChidren(completeBtn);
@@ -267,6 +267,7 @@
                                                 if (form is UnLockMethod)
                                                 {
                                                     doorLock.currentUserDisplayMethod = "";
                                                     ((UnLockMethod)form).RefreshList();
                                                     break;
                                                 }