HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -29,13 +29,11 @@ waitPage.RemoveFromParent(); waitPage = null; } else { base.RemoveFromParent(); } //2020-12-22 增加点击隐藏键盘事件 Application.HideSoftInput(); base.RemoveFromParent(); ////2020-12-22 增加点击隐藏键盘事件 //Application.HideSoftInput(); } #region 局部变量 @@ -475,7 +473,7 @@ }; bodyView.AddChidren(btnLogin); LoadEventList(); LoadEventList(); account = etAccount.Text.Trim(); #if DEBUG1211