From a4924de3136289d10cabbf2f61a228387d44ded7 Mon Sep 17 00:00:00 2001
From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local>
Date: 星期四, 07 十一月 2019 13:48:36 +0800
Subject: [PATCH] Merge branch 'dev-tzy' into DEV_GXC

---
 ZigbeeApp/Shared/Phone/UserCenter/DoorLock/MasterManagementPage.cs |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/MasterManagementPage.cs b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/MasterManagementPage.cs
index 82b875f..02107ae 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/MasterManagementPage.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/DoorLock/MasterManagementPage.cs
@@ -28,7 +28,9 @@
                 Application.RunOnMainThread(() => { CommonPage.Loading.Start("Loading..."); });
                 try
                 {
+                    CommonDevice.DebugPrintLog($"11111111111111F");
                     await Shared.Phone.UserCenter.DoorLock.DoorLockCommonInfo.GetLocaDoorLocklist(doorLock, accountObj);
+                    CommonDevice.DebugPrintLog($"11111111111111G");
                 }
                 catch { }
                 finally
@@ -36,6 +38,7 @@
                     Application.RunOnMainThread(() =>
                     {
                         MidFrameLayoutContent();
+                        CommonDevice.DebugPrintLog($"11111111111111E");
                         CommonPage.Loading.Hide();
                     });
                 }
@@ -47,6 +50,7 @@
         /// </summary>
         public void Show()
         {
+            CommonDevice.DebugPrintLog($"11111111111111A");
             this.TopFrameLayout(this, accountObj.Account);
 
             EventHandler<MouseEventArgs> eHandlerBack = (sender, e) =>
@@ -56,13 +60,14 @@
             this.btnBack.MouseUpEventHandler += eHandlerBack;
             this.btnBackFrameLayout.MouseUpEventHandler += eHandlerBack;
             this.MidFrameLayout(this);
-
+            CommonDevice.DebugPrintLog($"11111111111111B");
             ReadDoorLockUserInfo();
-
+            CommonDevice.DebugPrintLog($"11111111111111C");
         }
 
         public void MidFrameLayoutContent()
         {
+            CommonDevice.DebugPrintLog($"11111111111111D");
             var bodyView = new VerticalScrolViewLayout()
             {
             };
@@ -129,7 +134,7 @@
                         unLockMethod.Show();
                     }
                     else
-                    {
+                    {
                         ///澶囨敞锛歐JC鐨�
                         ///璁板綍褰撳墠鐢ㄦ埛淇℃伅
                         Phone.Device.Logic.Send.UserMemberInfoRes = accountObj;

--
Gitblit v1.8.0