wxr
2023-09-05 75dea8c6b86cd50993625d780eed5ceb02c82f58
OnPro/HDL_ON/UI/UI1-Login/RegisterPageBLL.cs
@@ -643,8 +643,8 @@
            };
            btnServerGo.MouseUpEventHandler = eventHandler;
            btnServerText.MouseUpEventHandler = eventHandler;
            //btnServerGo.MouseUpEventHandler = eventHandler;
            //btnServerText.MouseUpEventHandler = eventHandler;
        }
        /// <summary>
@@ -669,14 +669,14 @@
        /// <param name="isError"></param>
        void ShowServerBottomLineState(bool isError)
        {
            if (isError)
            {
                HDLCommon.Current.BottomLineShowType(btnServerBottomLine, BottomLineType.Error);
            }
            else
            {
                HDLCommon.Current.BottomLineShowType(btnServerBottomLine, BottomLineType.Normal);
            }
            //if (isError)
            //{
            //    HDLCommon.Current.BottomLineShowType(btnServerBottomLine, BottomLineType.Error);
            //}
            //else
            //{
            //    HDLCommon.Current.BottomLineShowType(btnServerBottomLine, BottomLineType.Normal);
            //}
        }
        /// <summary>
@@ -687,8 +687,8 @@
            //服务器选择过标记为true
            isSelectServer = true;
            ShowServerBottomLineState(false);
            btnServerText.TextColor = CSS_Color.FirstLevelTitleColor;
            btnServerText.Text = OnAppConfig.Instance.GlobalRegion.regionName;
            //btnServerText.TextColor = CSS_Color.FirstLevelTitleColor;
            //btnServerText.Text = OnAppConfig.Instance.GlobalRegion.regionName;
        }
@@ -734,7 +734,7 @@
        bool CheckPassword()
        {
            //校验密码是否符合要求
            if (etPassword.Text.Trim().Length < 6 || etPassword.Text.Trim().Length > 13)
            if (etPassword.Text.Trim().Length < 6 || etPassword.Text.Trim().Length > 20)
            {
                Utlis.ShowTip(Language.StringByID(StringId.PasswordIsUnqualified));
                return false;