| | |
| | | else |
| | | { |
| | | if (etPassword.Text.Length == 0) |
| | | { |
| | | btnPasswordViewBottomLine.BackgroundColor = CSS_Color.DividingLineColor; |
| | | btnPasswordViewBottomLine.Height = Application.GetRealHeight(1); |
| | | return; |
| | | } |
| | | //需要输入6位以上的密码 |
| | | if (etPassword.Text.Length < 6 || etPassword.Text.Length > 13) |
| | | { |
| | |
| | | else |
| | | { |
| | | if (etRepeatPassword.Text.Length == 0) |
| | | { |
| | | btnRepeatPasswordViewBottomLine.BackgroundColor = CSS_Color.DividingLineColor; |
| | | btnRepeatPasswordViewBottomLine.Height = Application.GetRealHeight(1); |
| | | return; |
| | | btnRepeatPasswordViewBottomLine.BackgroundColor = CSS_Color.DividingLineColor; |
| | | btnRepeatPasswordViewBottomLine.Height = Application.GetRealHeight(1); |
| | | } |
| | | //校验两次输入的密码是否一致 |
| | | if (etPassword.Text.Trim().Length > 5) |
| | | { |