From 160785587667cc0d927f85e44c139ec9dde13a9e Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期一, 25 十一月 2019 14:30:13 +0800
Subject: [PATCH] 原来的 IOS 工程舍弃(注:没有合并其他组员的代码)

---
 ZigbeeApp/Shared/Phone/Device/Account/AccountLoginByCode.cs |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Account/AccountLoginByCode.cs b/ZigbeeApp/Shared/Phone/Device/Account/AccountLoginByCode.cs
index 2a93400..78a13f4 100755
--- a/ZigbeeApp/Shared/Phone/Device/Account/AccountLoginByCode.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Account/AccountLoginByCode.cs
@@ -302,8 +302,6 @@
                     HomePage.Instance.ShowLoginLoadView();
                     new System.Threading.Thread(async () =>
                     {
-                        //鍚姩ZigBee
-                        ZigBee.Common.Application.Init();
                         var responseDataObj = Newtonsoft.Json.JsonConvert.DeserializeObject<Shared.Common.ResponseEntity.UserLoginRes>(requestRevetLoginCodeOBJ.ResponseData.ToString());
                         var revertData = responseDataObj;
                         Config.ReFresh();
@@ -323,8 +321,9 @@
                         Config.Instance.MD5PWD = revertData.MD5PWD;
                         Config.Instance.Save();
                         var resultRegID = await CommonPage.Instance.PushRegID();
-                        var homes = await House.GetHomeLists();
-
+                        var homes = await House.GetHomeLists();
+                        //鍚姩ZigBee
+                        ZigBee.Common.Application.Init();
                         //鍒锋柊涓汉涓績鐨勫唴瀛樺強绾跨▼
                         await UserCenter.UserCenterLogic.InitUserCenterMenmoryAndThread();
 

--
Gitblit v1.8.0