| | |
| | | } |
| | | else |
| | | { |
| | | this.Y = 0; |
| | | btnPasswordViewBottomLine.BackgroundColor = CSS_Color.DividingLineColor; |
| | | btnPasswordViewBottomLine.Height = Application.GetRealHeight(1); |
| | | } |
| | |
| | | LoginEvent(); |
| | | Application.HideSoftInput(); |
| | | }; |
| | | etPassword.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | etPassword.Foucs = true; |
| | | }; |
| | | etPassword.MouseDownEventHandler = (sender, e) => |
| | | { |
| | | etPassword.Foucs = true; |
| | | }; |
| | | |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | { |
| | | //2020-12-22 增加点击隐藏键盘事件 |
| | | Application.HideSoftInput(); |
| | | this.Y = 0; |
| | | |
| | | |
| | | //判断是否同意了隐私政策 |
| | | if (CheckPrivacyPolicy() == false) return; |