ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs
@@ -125,7 +125,7 @@ this.RemoveFromParent(); CommonPage.Instance.RemoveViewByTag("Register"); CommonPage.Instance.RemoveViewByTag("Login"); UserPage.Instance.Fresh(); UserPage.Instance.ReFreshControl(); }); } else @@ -135,7 +135,7 @@ //未登录成功弹出登录界面 同时需要标记为未登录状态 Config.Instance.LoginDateTime = new DateTime(1970, 1, 1); Config.Instance.Save(); var login = new AccountLogin(); var login = new AccountLoginForm(); CommonPage.Instance.AddChidren(login); login.ShowForm(account); });