try fix bug and remove some error fetch image sources

This commit is contained in:
eggmanQQQ
2024-06-19 15:05:38 +08:00
parent ca7051f34e
commit 16a17b82ff
3 changed files with 5 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

View File

@@ -144,6 +144,10 @@ static CGFloat MiniHeight = 130.5;
#pragma mark - Private Method
- (void)setupBackground {
if (self.backgroundImageView.superview) {
return;
}
[self addSubview:self.backgroundImageView];
[self addSubview:self.backgroundImageView_small];

View File

@@ -447,7 +447,7 @@
[self topImageFail];
} else { //
resultType = 2;
[self topImageFail];
[self topImageDraw];
}
[self descAreaGroupType:GroupType_Red];