try fix bug and remove some error fetch image sources
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 74 KiB |
@@ -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];
|
||||
|
||||
|
@@ -447,7 +447,7 @@
|
||||
[self topImageFail];
|
||||
} else { // 平局
|
||||
resultType = 2;
|
||||
[self topImageFail];
|
||||
[self topImageDraw];
|
||||
}
|
||||
|
||||
[self descAreaGroupType:GroupType_Red];
|
||||
|
Reference in New Issue
Block a user