ZigbeeApp/Shared/Phone/UserView/HomePage.cs
@@ -76,6 +76,22 @@ CommonPage.Loading.Hide(); }); } else { //设定一个时间 Config.Instance.LoginDateTime = new DateTime(1970, 1, 1); Config.Instance.Save(); UserCenter.HdlThreadLogic.Current.RunMain(() => { CommonPage.Loading.Hide(); CommonPage.Instance.RemoveViewByTag("Login"); //登录弹出登录界面 var accountLogin = new Login.AccountLoginForm { }; Shared.Common.CommonPage.Instance.AddChidren(accountLogin); accountLogin.ShowForm(); }); } }); } else