From 5b0a842cbdc5dc54e45e5d350d3516d0cdd59199 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期一, 25 四月 2022 14:50:07 +0800 Subject: [PATCH] 2022-4-25 --- ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs b/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs old mode 100755 new mode 100644 index ea8bce7..7975199 --- a/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs +++ b/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs @@ -1137,8 +1137,15 @@ bool result = UserCenterLogic.InitUserCenterMenmoryAndThread(); //鍚姩ZigBee - ZigBee.Common.Application.Init(); - + ZigBee.Common.Application.Init(); + +//#if iOS + +// //鍒濆鍖栧叏瑙嗛�� +// Shared.IOS.HDLFVSDK.Video.Init("", revertData.UserID.ToString()); + +//#endif + HdlThreadLogic.Current.RunMain(() => { CommonPage.Loading.Hide(); @@ -1224,9 +1231,9 @@ }); } - #endregion +#endregion - #region 鈻� 涓�鑸柟娉昣__________________________ +#region 鈻� 涓�鑸柟娉昣__________________________ /// <summary> /// 妫�娴嬮殣绉佸崗璁� @@ -1244,6 +1251,6 @@ return true; } - #endregion +#endregion } } -- Gitblit v1.8.0