Skip to content

Commit 950b049

Browse files
committed
找回密码 - 验证码已发送提示
1 parent b32a900 commit 950b049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Coding_iOS/Controllers/Login/CannotLoginViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ - (void)footerBtnClicked:(id)sender{
304304
[[Coding_NetAPIManager sharedManager] request_GeneratePhoneCodeWithPhone:_userStr type:_purposeType block:^(id data, NSError *error) {
305305
[self.footerBtn stopQueryAnimate];
306306
if (data) {
307+
[NSObject showHudTipStr:@"验证码已发送"]
307308
CannotLoginViewController *vc = [CannotLoginViewController vcWithPurposeType:_purposeType methodType:CannotLoginMethodPhone stepIndex:1 userStr:_userStr];
308309
[self.navigationController pushViewController:vc animated:YES];
309310
}

0 commit comments

Comments
 (0)