| | |
| | | // var account = etContent.Text.Trim(); |
| | | // if (titleId == StringId.BindEmail) |
| | | // { |
| | | // if (account == MainPage.LoginUser.userEmailInfo) |
| | | // if (account == UserInfo.Current.userEmailInfo) |
| | | // { |
| | | // var tip = new Tip() |
| | | // { |
| | |
| | | // } |
| | | // else if (titleId == StringId.BindPhone) |
| | | // { |
| | | // if(account == MainPage.LoginUser.userMobileInfo) |
| | | // if(account == UserInfo.Current.userMobileInfo) |
| | | // { |
| | | // var tip = new Tip() |
| | | // { |
| | |
| | | // { |
| | | // if (titleId == StringId.BindEmail) |
| | | // { |
| | | // MainPage.LoginUser.userEmailInfo = account; |
| | | // UserInfo.Current.userEmailInfo = account; |
| | | // } |
| | | // else if (titleId == StringId.BindPhone) |
| | | // { |
| | | // MainPage.LoginUser.userMobileInfo = account; |
| | | // UserInfo.Current.userMobileInfo = account; |
| | | // } |
| | | // var page = new OperationResultDisPalyPage(); |
| | | // page.Show(); |