From 6fa9d69da922c8049f5acfcbb9ce9fd26811024c Mon Sep 17 00:00:00 2001
From: xm <1271024303@qq.com>
Date: 星期四, 16 四月 2020 17:10:57 +0800
Subject: [PATCH] 请合并代码

---
 ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs b/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs
index 6818f7f..d7429da 100755
--- a/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs
+++ b/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs
@@ -107,7 +107,7 @@
 
                         CommonPage.Loading.Start(Language.StringByID(R.MyInternationalizationString.Logining));
                         Action action = async () => {
-                            var loginSuccess = await HomePage.Instance.LoginByPWDAsync(account, password);
+                            var loginSuccess = await HomePage.Instance.LoginByPWDAsync(account, password);
                             if (loginSuccess==1)
                             {
                                 new System.Threading.Thread(async () =>
@@ -123,8 +123,6 @@
                                     await UserCenter.UserCenterLogic.InitUserCenterMenmoryAndThread();
                                     //鍚姩ZigBee
                                     ZigBee.Common.Application.Init();
-
-                                    UserCenter.HdlRoomLogic.Current.InitAllRoom();
 
                                     Application.RunOnMainThread(() =>
                                     {
@@ -145,7 +143,7 @@
                                 Config.Instance.Save();
                                 var login = new AccountLogin { };
                                 CommonPage.Instance.AddChidren(login);
-                                login.Show(account, password);
+                                login.Show(account);
                             }
                         };
                         action();

--
Gitblit v1.8.0