替换链接

This commit is contained in:
祝发冬
2023-12-06 10:25:53 +08:00
parent 3664eaf625
commit 76bae4fe60
2 changed files with 3 additions and 3 deletions
@@ -281,7 +281,7 @@ extern BOOL isfromCameraView;
// info.type=@"instruction";
// info.image=[UIImage imageNamed:@"instruction"];
// [self.navigationController pushViewController:info animated:YES];
NSURL*url = [NSURL URLWithString:@"https://v.youku.com/v_show/id_XNjIxMjEyNDQ2MA==.html"];
NSURL*url = [NSURL URLWithString:@"https://www.ifish7.com/download/20231205193033.mp4"];
[[UIApplication sharedApplication] openURL:url options:@{} completionHandler:^(BOOL success) {
}];