| | |
| | | Application.RunOnMainThread(() => { CommonPage.Loading.Start("Loading..."); }); |
| | | try |
| | | { |
| | | CommonDevice.DebugPrintLog($"11111111111111F"); |
| | | await Shared.Phone.UserCenter.DoorLock.DoorLockCommonInfo.GetLocaDoorLocklist(doorLock, accountObj); |
| | | CommonDevice.DebugPrintLog($"11111111111111G"); |
| | | } |
| | | catch { } |
| | | finally |
| | |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | MidFrameLayoutContent(); |
| | | CommonDevice.DebugPrintLog($"11111111111111E"); |
| | | CommonPage.Loading.Hide(); |
| | | }); |
| | | } |
| | |
| | | /// </summary> |
| | | public void Show() |
| | | { |
| | | CommonDevice.DebugPrintLog($"11111111111111A"); |
| | | this.TopFrameLayout(this, accountObj.Account); |
| | | string accountTitle = ""; |
| | | if (accountObj.UserName != null) |
| | | { |
| | | accountTitle = accountObj.UserName; |
| | | } |
| | | else |
| | | { |
| | | accountTitle = accountObj.Account; |
| | | } |
| | | this.TopFrameLayout(this, accountTitle); |
| | | |
| | | EventHandler<MouseEventArgs> eHandlerBack = (sender, e) => |
| | | { |
| | |
| | | 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() |
| | | { |
| | | }; |
| | |
| | | unLockMethod.Show(); |
| | | } |
| | | else |
| | | { |
| | | {
|
| | | ///备注:WJC的
|
| | | ///记录当前用户信息
|
| | | Phone.Device.Logic.Send.UserMemberInfoRes = accountObj;
|