From 3272ca5b51e19f7f8a827b0f68400570a547fe60 Mon Sep 17 00:00:00 2001 From: 陈嘉乐 <cjl@hdlchina.com.cn> Date: 星期二, 28 四月 2020 15:02:44 +0800 Subject: [PATCH] 2020-04-28-1 --- ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs b/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs index d0e6db7..5e0db1f 100755 --- a/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs +++ b/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs @@ -124,8 +124,6 @@ //鍚姩ZigBee ZigBee.Common.Application.Init(); - UserCenter.HdlRoomLogic.Current.InitAllRoom(); - Application.RunOnMainThread(() => { CommonPage.Loading.Hide(); @@ -145,7 +143,7 @@ Config.Instance.Save(); var login = new AccountLogin { }; CommonPage.Instance.AddChidren(login); - login.Show(account); + login.ShowForm(account); } }; action(); -- Gitblit v1.8.0