Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develope #222

Open
wants to merge 13 commits into
base: develope
Choose a base branch
from
Prev Previous commit
Next Next commit
提交2
  • Loading branch information
Jadyn committed Sep 21, 2020
commit 7ac19a81449be30fdfb0c346bfb6e92d8d55a3e7
2 changes: 1 addition & 1 deletion LBXScanDemo/LBXScanDemo/DIYScanViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ - (void)popAlertMsgWithScanResult:(NSString*)strResult

strResult = @"识别失败";
}

NSLog(@"提交2");
__weak __typeof(self) weakSelf = self;
[LBXAlertAction showAlertWithTitle:@"扫码内容" msg:strResult buttonsStatement:@[@"知道了"] chooseBlock:^(NSInteger buttonIdx) {

Expand Down