BuWanVideo2.0/FuLiSheViewController.m
@@ -224,6 +224,7 @@ #pragma mark -UICollectionViewDataSource - (void)collectionView:(UICollectionView *)collectionView didSelectItemAtIndexPath:(NSIndexPath *)indexPath{ XYRDetailViewController *play=[[XYRDetailViewController alloc] init]; [YTHsharedManger startManger].preController = self; play.modalPresentationStyle = 0; play.Model = [XYRVideoInfoModel yy_modelWithDictionary:_arrDate[indexPath.row]]; [self presentViewController:play animated:YES completion:^{