BuWanVideo2.0/OnlySpecialController.m
@@ -179,6 +179,7 @@ if(indexPath.section ==2){ NSDictionary * dic = dataarr[indexPath.row]; XYRDetailViewController *play=[[XYRDetailViewController alloc]init]; [YTHsharedManger startManger].preController = self; play.modalPresentationStyle = 0; play.Model = [XYRVideoInfoModel yy_modelWithDictionary:dic]; [self presentViewController:play animated:YES completion:^{