wxr
2023-07-12 7bea8bc6d399e9097e3565c2eed48ee6145d6b2f
HDL_ON/UI/UI1-Login/LoginPageBLL.cs
@@ -479,8 +479,8 @@
            //当焦点在密码文本框时,点击键盘回撤按键,触发的事件
            etPassword.EditorEnterAction += (obj) =>
            {
                LoginEvent();
                Application.HideSoftInput();
                LoginEvent();
            };
        }