|
@@ -51,7 +51,7 @@
|
|
|
return;
|
|
|
}
|
|
|
if (phoneStr.length != 11) {
|
|
|
- [ZFToast ShowWithMessage:@"手机号输入有误"];
|
|
|
+ [ZFToast ShowWithMessage:@"手机号格式错误"];
|
|
|
return;
|
|
|
}
|
|
|
MBProgressHUD *hub = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
|
|
@@ -79,7 +79,7 @@
|
|
|
return;
|
|
|
}
|
|
|
if (phoneStr.length != 11) {
|
|
|
- [ZFToast ShowWithMessage:@"手机号输入有误"];
|
|
|
+ [ZFToast ShowWithMessage:@"手机号格式错误"];
|
|
|
return;
|
|
|
}
|
|
|
if (!codeStr.length) {
|
|
@@ -99,7 +99,7 @@
|
|
|
return;
|
|
|
}
|
|
|
if (!self.protocolBtn.selected) {
|
|
|
- [ZFToast ShowWithMessage:@"请勾选协议"];
|
|
|
+ [ZFToast ShowWithMessage:@"请阅读并同意用户服务协议和免责声明"];
|
|
|
return;
|
|
|
}
|
|
|
NSDictionary *parameter = @{@"phone" : phoneStr, @"password" : pwStr, @"code" : codeStr, @"deviceBrand" : @"iPhone", @"deviceModel" : [NSString deviceModel], @"invitation" : self.inviteTextField.text};
|