diff --git a/YuMi/Assets.xcassets/AppIcon.appiconset/1024*1024.png b/YuMi/Assets.xcassets/AppIcon.appiconset/1024*1024.png deleted file mode 100644 index 777fbd72..00000000 Binary files a/YuMi/Assets.xcassets/AppIcon.appiconset/1024*1024.png and /dev/null differ diff --git a/YuMi/Modules/YMRoom/View/AcrossRoomPK/View/SubViews/XPAcrossRoomPKPanelView.m b/YuMi/Modules/YMRoom/View/AcrossRoomPK/View/SubViews/XPAcrossRoomPKPanelView.m index 491d7ac5..96576e73 100644 --- a/YuMi/Modules/YMRoom/View/AcrossRoomPK/View/SubViews/XPAcrossRoomPKPanelView.m +++ b/YuMi/Modules/YMRoom/View/AcrossRoomPK/View/SubViews/XPAcrossRoomPKPanelView.m @@ -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]; diff --git a/YuMi/Modules/YMRoom/View/RoomPK/View/XPRoomPKResultView.m b/YuMi/Modules/YMRoom/View/RoomPK/View/XPRoomPKResultView.m index 298012c4..f37703a8 100644 --- a/YuMi/Modules/YMRoom/View/RoomPK/View/XPRoomPKResultView.m +++ b/YuMi/Modules/YMRoom/View/RoomPK/View/XPRoomPKResultView.m @@ -447,7 +447,7 @@ [self topImageFail]; } else { // 平局 resultType = 2; - [self topImageFail]; + [self topImageDraw]; } [self descAreaGroupType:GroupType_Red];