由sms切换阿里短信验证码,去除语音验证码
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
-(void)showTitle:(NSString*)title messsage:(NSString*)message{
|
||||
|
||||
UIAlertController *alertController = [UIAlertController alertControllerWithTitle:title message:message preferredStyle:UIAlertControllerStyleAlert];
|
||||
UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
|
||||
UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
|
||||
NSLog(@"cancel Action");
|
||||
}];
|
||||
[alertController addAction:cancelAction];
|
||||
|
||||
Reference in New Issue
Block a user