From 5f4b040a92e5e1b69d49e531cfa5ac3012c6730a Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 09 五月 2023 14:36:06 +0800
Subject: [PATCH] 备份

---
 HDL_ON/UI/UI1-Login/LoginPageBLL.cs |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/HDL_ON/UI/UI1-Login/LoginPageBLL.cs b/HDL_ON/UI/UI1-Login/LoginPageBLL.cs
index c540ce6..849ce05 100644
--- a/HDL_ON/UI/UI1-Login/LoginPageBLL.cs
+++ b/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;

--
Gitblit v1.8.0