修复bug

This commit is contained in:
liyuhua
2023-12-06 17:40:56 +08:00
parent 3afa60587a
commit a8bef5946e
8 changed files with 70 additions and 65 deletions

View File

@@ -108,7 +108,7 @@
self.svgDisplayView.hidden = NO;
@weakify(self);
NSString * bgString = [NSString stringWithFormat:@"%@/anchor_room_bg.svga", API_Image_URL];
NSURL *bgUrl = [NSURL fileURLWithPath:bgString];
NSURL *bgUrl = [NSURL URLWithString:bgString];
[self.parserManager loadSvgaWithURL:bgUrl completionBlock:^(SVGAVideoEntity * _Nullable videoItem) {
@strongify(self);
if (videoItem != nil) {