We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32a900 commit 950b049Copy full SHA for 950b049
Coding_iOS/Controllers/Login/CannotLoginViewController.m
@@ -304,6 +304,7 @@ - (void)footerBtnClicked:(id)sender{
304
[[Coding_NetAPIManager sharedManager] request_GeneratePhoneCodeWithPhone:_userStr type:_purposeType block:^(id data, NSError *error) {
305
[self.footerBtn stopQueryAnimate];
306
if (data) {
307
+ [NSObject showHudTipStr:@"验证码已发送"]
308
CannotLoginViewController *vc = [CannotLoginViewController vcWithPurposeType:_purposeType methodType:CannotLoginMethodPhone stepIndex:1 userStr:_userStr];
309
[self.navigationController pushViewController:vc animated:YES];
310
}
0 commit comments