BuWanVideo2.0/MainViewController.m
@@ -285,6 +285,7 @@ NSString *userInfo=[dic objectForKey:@"Params"]; NSDictionary *Params = [self dictionaryWithJsonString:userInfo]; XYRDetailViewController *play=[[XYRDetailViewController alloc]init]; [YTHsharedManger startManger].preController = self; play.modalPresentationStyle = 0; play.Model = [XYRVideoInfoModel yy_modelWithDictionary:Params]; [self presentViewController:play animated:YES completion:^{