ZigbeeApp/Shared/Phone/UserView/HomePage.cs
@@ -68,7 +68,7 @@ //启动ZigBee ZigBee.Common.Application.Init(); Room.InitAllRoom(); UserCenter.HdlRoomLogic.Current.InitAllRoom(); Application.RunOnMainThread(() => { @@ -99,7 +99,7 @@ //启动ZigBee ZigBee.Common.Application.Init(); Room.InitAllRoom(); UserCenter.HdlRoomLogic.Current.InitAllRoom(); Application.RunOnMainThread(() => { @@ -117,7 +117,7 @@ else { //未登录弹出登录界面 var accountLogin = new Device.Account.AccountLogin { }; var accountLogin = new Login.AccountLogin { }; Shared.Common.CommonPage.Instance.AddChidren(accountLogin); accountLogin.Show(); }