wxr
2024-04-22 64ba86372b5fe0cddb636a84a9d2964f8a48b7dc
HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -195,7 +195,6 @@
            btnIcon_bg.MouseUpEventHandler += (sender, e) =>
            {
                return;
            };
            bool b = false;
@@ -235,7 +234,7 @@
                }
                btnLogin.IsSelected = true;
            };
#endif
            #endif
            #region 登录方式选择
            btnPhoneLogin = new Button()
@@ -265,7 +264,7 @@
            bodyView.AddChidren(btnEmailLogin);
#endregion
#region 账号填写
            #region 账号填写
            accountView = new FrameLayout()
            {
                X = Application.GetRealWidth(28),
@@ -355,7 +354,7 @@
#endregion
#region 密码填写
            #region 密码填写
            passwordView = new FrameLayout()
            {
                X = Application.GetRealWidth(28),
@@ -460,7 +459,7 @@
#endregion
#region 注册与快捷登录
            #region 注册与快捷登录
            btnRegister = new Button()
            {
                X = Application.GetRealWidth(28),