al
Aeline
2021-03-08 ce4eaddf9eb835f01e6bf5845a063d306f322b24
BuWanVideo2.0/CollectionController.m
@@ -524,7 +524,8 @@
        }else{
            //收藏的视频
            NSDictionary *dic = _videoData[indexPath.row];
            XYRDetailViewController *play=[[XYRDetailViewController alloc] init];
            XYRDetailViewController *play = [[XYRDetailViewController alloc] init];
            [YTHsharedManger startManger].preController = self;
            play.modalPresentationStyle = 0;
            play.Model = [XYRVideoInfoModel yy_modelWithDictionary:dic];
            [self presentViewController:play animated:YES completion:^{