| | |
| | | /// 账号 |
| | | /// </summary> |
| | | private string account; |
| | | /// <summary> |
| | | /// OpenID |
| | | /// </summary> |
| | | public string OpenID; |
| | | |
| | | #endregion |
| | | |
| | |
| | | private void AddPhoneOrEmailFL(FrameLayout accountCodeFrameLayout, string phoneOrEmail) |
| | | { |
| | | accountCodeFrameLayout.RemoveAll(); |
| | | |
| | | account = string.Empty; |
| | | if (phoneOrEmail == "Phone") |
| | | { |
| | | phoneRow = new PhoneRowForm(); |
| | |
| | | { |
| | | var registerSuccess = new Account.AccountRegisterSuccess(); |
| | | CommonPage.Instance.AddChidren(registerSuccess); |
| | | registerSuccess.Show(account, pwdRow.PasswrodET.Text.Trim()); |
| | | registerSuccess.Show(account, pwdRow.PasswrodET.Text.Trim(), OpenID); |
| | | } |
| | | else if (stateCodeStr == "EXIST") |
| | | { |