张国栋 1 bulan lalu
induk
melakukan
a90900ff70

TEMPAT SAMPAH
AICityProperty/AICity.xcworkspace/xcuserdata/zhangguodong.xcuserdatad/UserInterfaceState.xcuserstate


+ 4 - 4
AICityProperty/AICity/JuXing/ViewControllers/JXDetailViewController.m

@@ -182,7 +182,9 @@
     playerContainer.backgroundColor = [UIColor blackColor];
     [cell.contentView addSubview:playerContainer];
     [cell.contentView sendSubviewToBack:playerContainer];
-    
+    // 创建播放器
+    JXSuperPlayer *player = [[JXSuperPlayer alloc] initWithContainerView:playerContainer];
+    player.delegate = self;
     // 右侧互动按钮
     [self setupInteractionButtonsForCell:cell];
     
@@ -286,9 +288,7 @@
 //    episodeTitleLabel.numberOfLines = 2;
 //    [episodeInfoView addSubview:episodeTitleLabel];
     
-    // 创建播放器
-    JXSuperPlayer *player = [[JXSuperPlayer alloc] initWithContainerView:playerContainer];
-    player.delegate = self;
+  
     // 播放视频
     [player playWithAppId:episode.appId fileId:episode.fileId psign:episode.psign];