From ce4eaddf9eb835f01e6bf5845a063d306f322b24 Mon Sep 17 00:00:00 2001 From: Aeline <liu9421wen@163.com> Date: 星期一, 08 三月 2021 18:16:51 +0800 Subject: [PATCH] al --- BuWanVideo2.0/IndividualStarController.m | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/BuWanVideo2.0/IndividualStarController.m b/BuWanVideo2.0/IndividualStarController.m index 79abdda..d08ad77 100755 --- a/BuWanVideo2.0/IndividualStarController.m +++ b/BuWanVideo2.0/IndividualStarController.m @@ -199,6 +199,7 @@ -(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{ NSDictionary * dic = movelist[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:^{ -- Gitblit v1.8.0