| | |
| | | if([[dic objectForKey:@"PushType"] isEqualToString:@"pushVideoUpdateByAccount"]){//跳转到详细界面 |
| | | NSString *userInfo=[dic objectForKey:@"Params"]; |
| | | NSDictionary *Params = [self dictionaryWithJsonString:userInfo]; |
| | | XYRDetailViewController *play=[[XYRDetailViewController alloc]init]; |
| | | XYRDetailViewController *play = [[XYRDetailViewController alloc]init]; |
| | | [YTHsharedManger startManger].preController = self; |
| | | play.modalPresentationStyle = 0; |
| | | play.Model = [XYRVideoInfoModel yy_modelWithDictionary:Params]; |
| | | [self presentViewController:play animated:YES completion:^{ |