From 0bf9e65bc3ba98391e7835c922b15baab3c77876 Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期一, 01 六月 2020 14:59:39 +0800 Subject: [PATCH] 上传一个合并的版本 --- ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs b/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs index b726d07..2b8608a 100755 --- a/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs +++ b/ZigbeeApp/Shared/Phone/Login/AccountLoginForm.cs @@ -32,9 +32,10 @@ /// <param name="account">鐧婚檰璐﹀彿</param> public void ShowForm(string account = "") { - if (Config.Instance.IsLogin == true) + if (account == string.Empty) { - return; + //浣跨敤涓婁竴娆$櫥闄嗙殑璐﹀彿 + account = Common.Config.Instance.Account; } CommonPage.Instance.IsDrawerLockMode = true; this.Tag = "Login"; -- Gitblit v1.8.0