Skip to content

Commit a74dcdf

Browse files
committed
.
1 parent 950b049 commit a74dcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Controllers/Login/CannotLoginViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +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:@"验证码已发送"]
307+
[NSObject showHudTipStr:@"验证码已发送"];
308308
CannotLoginViewController *vc = [CannotLoginViewController vcWithPurposeType:_purposeType methodType:CannotLoginMethodPhone stepIndex:1 userStr:_userStr];
309309
[self.navigationController pushViewController:vc animated:YES];
310310
}

0 commit comments

Comments
 (0)