修复bug

This commit is contained in:
liyuhua
2023-07-18 18:26:10 +08:00
parent fc0480ea2c
commit 979cc9f672
89 changed files with 4589 additions and 1618 deletions

View File

@@ -96,7 +96,7 @@
NSString *phone = self.phoneInputView.inputTextField.text;
NSString *smsCode = self.codeInputView.inputTextField.text;
NSString *password = self.pwdInputView.inputTextField.text;
[self.presenter resetPassword:phone newPwd:password smsCode:smsCode];
[self.presenter resetPassword:phone newPwd:password smsCode:smsCode phoneAreaCode:@""];
}
#pragma mark - XPLoginInputViewDelegate