| | |
| | | /// 0:手机 |
| | | /// 1:邮箱 |
| | | /// </summary> |
| | | int logintType = 0; |
| | | int loginType = 0; |
| | | /// <summary> |
| | | /// 登录方式 |
| | | /// 0:密码 |
| | | /// 1:验证码 |
| | | /// </summary> |
| | | int logintMode = 0; |
| | | string account; |
| | | string password; |
| | | string account = ""; |
| | | string password = ""; |
| | | #endregion |
| | | |
| | | #region 控件列表 |
| | |
| | | Text = "+86", |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | }; |
| | | if (logintType == 0) |
| | | if (loginType == 0) |
| | | accountView.AddChidren(btnGlobalRoaming); |
| | | |
| | | btnDividingLineVertical_AccountView = new Button() |
| | |
| | | Height = Application.GetMinRealAverage(20), |
| | | UnSelectedImagePath = "LoginIcon/AccountIcon.png", |
| | | }; |
| | | if (logintType == 1) |
| | | if (loginType == 1) |
| | | { |
| | | accountView.AddChidren(btnAccountIcon); |
| | | } |
| | |
| | | X = Application.GetRealWidth(219), |
| | | Width = Application.GetRealWidth(100), |
| | | TextID = StringId.GetVerificationCode, |
| | | TextColor = CSS_Color.MainColor, |
| | | SelectedTextColor = CSS_Color.MainColor, |
| | | TextAlignment = TextAlignment.CenterRight, |
| | | TextSize = CSS_FontSize.PromptFontSize_FirstLevel, |
| | | SelectedTextColor = CSS_Color.FirstLevelTitleColor, |
| | | TextColor = CSS_Color.FirstLevelTitleColor, |
| | | }; |
| | | #endregion |
| | | |
| | |
| | | |
| | | |
| | | LoadEventList(); |
| | | account = etAccount.Text.Trim(); |
| | | } |
| | | } |
| | | } |