From 23532fa8ad34c89b6d24b01eaef6475fd0aad898 Mon Sep 17 00:00:00 2001
From: 黄学彪 <hxb@hdlchina.com.cn>
Date: 星期三, 15 四月 2020 18:08:24 +0800
Subject: [PATCH] ???????

---
 ZigbeeApp/Shared/Phone/UserView/HomePage.cs |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserView/HomePage.cs b/ZigbeeApp/Shared/Phone/UserView/HomePage.cs
index 37c1baf..32f75f3 100755
--- a/ZigbeeApp/Shared/Phone/UserView/HomePage.cs
+++ b/ZigbeeApp/Shared/Phone/UserView/HomePage.cs
@@ -120,6 +120,7 @@
                 var accountLogin = new Login.AccountLogin { };
                 Shared.Common.CommonPage.Instance.AddChidren(accountLogin);
                 accountLogin.Show();
+                //accountLogin.ShowForm();
             }
         }
 
@@ -177,10 +178,6 @@
                     Config.Instance.Guid = revertData.Guid;
                     Config.Instance.LoginDateTime = DateTime.Now;
                     Config.Instance.LoginToken = revertData.Token;
-                    if (Config.Instance.AccountList.Find((obj) => obj == revertData.Account) == null)
-                    {
-                        Config.Instance.AccountList.Add(revertData.Account);
-                    }
                     isLoginSuccess = 1;
                     var resultRegID = await Shared.Common.CommonPage.Instance.PushRegID();
                     System.Console.WriteLine($"鍚庡彴鐧诲綍鎴愬姛--{Config.Instance.LoginDateTime}");

--
Gitblit v1.8.0