修复bug
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
|
||||
- (void)smsCodeAction {
|
||||
NSString *phone = self.phoneInputView.inputTextField.text;
|
||||
if (phone.length != 11 ) {
|
||||
if (phone.length <= 0) {
|
||||
[self showErrorToast:YMLocalizedString(@"XPForgetPwdViewController0")];
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user