al
Aeline
2021-03-08 ce4eaddf9eb835f01e6bf5845a063d306f322b24
BuWanVideo2.0/MyRegardController.m
@@ -211,6 +211,7 @@
    NSDictionary * dic = [ListDataArray[indexPath.section] objectForKey:@"VideoInfo"];
    NSLog(@"%ld",(long)indexPath.section);
    XYRDetailViewController *play=[[XYRDetailViewController alloc]init];
    [YTHsharedManger startManger].preController = self;
    play.modalPresentationStyle = 0;
    play.Model = [XYRVideoInfoModel yy_modelWithDictionary:dic];
    [self presentViewController:play animated:YES completion:^{