From 56c4924b268da500483bd2de9522db5b34965120 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 09 四月 2020 13:35:10 +0800 Subject: [PATCH] 20200409 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs index 72ab748..357c504 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs @@ -75,7 +75,7 @@ TextColor = SkinStyle.Current.TextColor1, //Text = account, #if DEBUG - Text = "18926269190@189.cn" + Text = "crabtreel12019@gmail.com" #endif }; accountView.AddChidren (etAccount); @@ -244,7 +244,7 @@ MainPage.Loading.Start ("Login..."); } }); - if (UserConfig.Instance.internetStatus == 0 || !SystemRemote.checeInternet () ) { + if (UserConfig.Instance.internetStatus == 0 ) { Application.RunOnMainThread (() => { new Tip () { Text = "Network abnormal, unable to connect to the Internet", Direction = AMPopTipDirection.Down , CloseTime = 3}.Show (btnLogo); }); -- Gitblit v1.8.0