黄学彪
2020-03-11 06802250b4b9041d39d568c1dbe77684075006b2
ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs
File was renamed from ZigbeeApp/Shared/Phone/Device/Account/AccountRegisterSuccess.cs
@@ -3,7 +3,7 @@
using Shared.Common;
using Shared.Phone.UserView;
namespace Shared.Phone.Device.Account
namespace Shared.Phone.Login
{
    public class AccountRegisterSuccess : FrameLayout
    {
@@ -143,7 +143,7 @@
                                //未登录成功弹出登录界面 同时需要标记为未登录状态
                                Config.Instance.LoginDateTime = new DateTime(1970, 1, 1);
                                Config.Instance.Save();
                                var login = new Device.Account.AccountLogin { };
                                var login = new AccountLogin { };
                                CommonPage.Instance.AddChidren(login);
                                login.Show(account, password);
                            }