|
@ -51,7 +51,7 @@
|
51
|
51
|
if (!isSuccess) {
|
52
|
52
|
[self error:@""];
|
53
|
53
|
}else {
|
54
|
|
[self callback:@"aa"]; //传空串的话,触发不了callback回调
|
|
54
|
[self callback:@"0"]; //传空串的话,触发不了callback回调
|
55
|
55
|
}
|
56
|
56
|
}];
|
57
|
57
|
}
|
|
@ -312,7 +312,7 @@ parmas[2]: 必传,count
|
312
|
312
|
vc.playerType = IPUPeerTubeVideoPlayerTypeEmbedPath;
|
313
|
313
|
vc.videoEmbedPath = embedPath;
|
314
|
314
|
vc.backBlock = ^(){
|
315
|
|
[self callback:@"aa"];
|
|
315
|
[self callback:@"0"];
|
316
|
316
|
NSLog(@"播放页面返回的CallBack~~!");
|
317
|
317
|
};
|
318
|
318
|
vc.modalPresentationStyle = UIModalPresentationFullScreen;
|