From 23532fa8ad34c89b6d24b01eaef6475fd0aad898 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期三, 15 四月 2020 18:08:24 +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