From 23fb45dd846ed8b62304c408c6bbe64265d4ac8b Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期五, 20 十二月 2019 18:57:16 +0800
Subject: [PATCH] 代码合并

---
 ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UnLockMethod.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UnLockMethod.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UnLockMethod.cs
index 348c207..87a5bc5 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UnLockMethod.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UnLockMethod.cs
@@ -83,6 +83,7 @@
                         // 绫诲瀷鍖哄垎 
                         TypeRefresh();
                         CommonPage.Loading.Hide();
+                        bodyView.EndHeaderRefreshing();
                     });
                 }
             });
@@ -235,7 +236,6 @@
             {
                 bodyView.BeginHeaderRefreshing();
                 ReadDoorLockUserInfo();
-                bodyView.EndHeaderRefreshing();
             };
             BlankPicUI();
         }
@@ -670,7 +670,7 @@
                         Height = 10,
                         Width = Application.GetRealWidth(173),
                         X = Application.GetRealWidth(58),
-                        Y = (j + 1) * Application.GetRealHeight(145),
+                        Y = (j + 1) * Application.GetRealHeight(150)-5,
                         BackgroundColor = Shared.Common.ZigbeeColor.Current.XMWhite,
                     };
                     frameLayoutRow.AddChidren(frameLayoutRowLineHide);

--
Gitblit v1.8.0