| | |
| | | { |
| | | if (!Utlis.CheckEmail(account)) |
| | | { |
| | | Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectEmailAddress), bodyView); |
| | | Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectEmailAddress)); |
| | | return; |
| | | } |
| | | } |
| | |
| | | { |
| | | if (!Utlis.CheckPhoneNumber(account, phoneZoneCode)) |
| | | { |
| | | Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectMobilNeumber), bodyView); |
| | | Utlis.ShowTip(Language.StringByID(StringId.PlsEntryCorrectMobilNeumber)); |
| | | return; |
| | | } |
| | | } |
| | |
| | | if (resultObj.Code != StateCode.SUCCESS) |
| | | { |
| | | // 提示错误 |
| | | IMessageCommon.Current.ShowErrorInfoAlter(NewAPI.API_POST_Verification_Send, resultObj.Code); |
| | | IMessageCommon.Current.ShowErrorInfoAlter(resultObj.Code); |
| | | } |
| | | else |
| | | { |