From 9c16d3614d9b88c637f967518a329f239fcd3aaf Mon Sep 17 00:00:00 2001
From: lss <316519258@qq.com>
Date: 星期五, 12 六月 2020 09:22:04 +0800
Subject: [PATCH] 2020.06.12

---
 ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs b/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs
index 20faead..d23f24b 100755
--- a/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs
+++ b/ZigbeeApp/Shared/Phone/Login/AccountRegisterSuccess.cs
@@ -112,7 +112,7 @@
                             //缁戝畾绗笁鏂�
                             await BindAuthUser(Config.Instance.Guid, OpenID);
                         }
-                        var homes = await House.GetHomeLists();
+                        var homes = await HdlResidenceLogic.Current.GetHomeListsFromDb();
 
                         //鍒锋柊涓汉涓績鐨勫唴瀛樺強绾跨▼
                         await UserCenterLogic.InitUserCenterMenmoryAndThread();
@@ -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);
                         });

--
Gitblit v1.8.0