| | |
| | | { |
| | | if (loginType == 0) |
| | | return; |
| | | etAccount.Text = registerPhone; |
| | | etPassword.Text = ""; |
| | | #region 切换选中按钮 |
| | | btnEmailLogin.TextColor = CSS_Color.PromptingColor1; |
| | | btnEmailLogin.TextSize = CSS_FontSize.TextFontSize; |
| | |
| | | { |
| | | if (loginType == 1) |
| | | return; |
| | | etAccount.Text = registerEmail; |
| | | etPassword.Text = ""; |
| | | #region 切换选中按钮 |
| | | btnPhoneLogin.TextColor = CSS_Color.PromptingColor1; |
| | | btnPhoneLogin.TextSize = CSS_FontSize.TextFontSize; |
| | |
| | | btnAccountViewBottomLine.BackgroundColor = CSS_Color.DividingLineColor; |
| | | btnAccountViewBottomLine.Height = Application.GetRealHeight(1); |
| | | account = etAccount.Text.Trim(); |
| | | if (loginType == 0) |
| | | { |
| | | registerPhone = account; |
| | | } |
| | | else |
| | | { |
| | | registerEmail = account; |
| | | } |
| | | if (account.Length == 0) |
| | | return; |
| | | if (loginType == 0) |