重庆迈尖科技有限公司
2019-01-30 94217b294ccd75a34787eb04d6e273e99536e45b
BuWanVideo2.0/SettingController.m
@@ -168,7 +168,7 @@
        switch (indexPath.row) {
            case 0:{//清空图片缓存
                NSString *str = [NSString stringWithFormat:@"确认清空%.2fM图片缓存!",[self filePath]];
                UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"警告提示" message:str preferredStyle:UIAlertControllerStyleAlert];
                UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"温馨提示" message:str preferredStyle:UIAlertControllerStyleAlert];
                
                    UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:^(UIAlertAction *action) {
                        NSLog(@"点击取消");