wxr
2020-04-09 56c4924b268da500483bd2de9522db5b34965120
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);
                            });