wxr
2023-05-09 5f4b040a92e5e1b69d49e531cfa5ac3012c6730a
HDL_ON/UI/UI1-Login/LoginPageBLL.cs
@@ -448,6 +448,7 @@
                }
                else
                {
                    this.Y = 0;
                    btnPasswordViewBottomLine.BackgroundColor = CSS_Color.DividingLineColor;
                    btnPasswordViewBottomLine.Height = Application.GetRealHeight(1);
                }
@@ -464,15 +465,6 @@
                LoginEvent();
                Application.HideSoftInput();
            };
            etPassword.MouseUpEventHandler = (sender, e) =>
            {
                etPassword.Foucs = true;
            };
            etPassword.MouseDownEventHandler = (sender, e) =>
            {
                etPassword.Foucs = true;
            };
        }
        /// <summary>
@@ -917,8 +909,6 @@
            {
                //2020-12-22 增加点击隐藏键盘事件
                Application.HideSoftInput();
                this.Y = 0;
                //判断是否同意了隐私政策
                if (CheckPrivacyPolicy() == false) return;