This commit is contained in:
启星
2026-01-14 20:36:58 +08:00
parent 705d891c51
commit 5548f5d6a5
64 changed files with 482 additions and 103 deletions

View File

@@ -553,6 +553,7 @@ static NSInteger toSlowCount = 4;
0.01 * NSEC_PER_SEC);
if (self.isOpenSound) {
[self.player seekToTime:CMTimeMake(0, 1)];
_player.volume = 0.2;
[self.player play];
}
__weak typeof(self) weakSelf = self;
@@ -614,9 +615,9 @@ static NSInteger toSlowCount = 4;
for (NSNumber *index in targetArrayIndex) {
if (newCurrentIndex == index.integerValue) {
QXTimePraizeSubView *targetGiftView = strongSelfInMain.allViewsArray[index.integerValue];
targetGiftView.isSelected = YES;
// targetGiftView.isSelected = YES;
targetGiftView.resultView.hidden = NO;
[targetGiftView startPulseAnimationWithLayer];
// [targetGiftView startPulseAnimationWithLayer];
// 线
[strongSelfInMain.targetArrayIndex removeObject:index];
@@ -634,6 +635,11 @@ static NSInteger toSlowCount = 4;
strongSelfInMain.isDrawing = NO;
[strongSelfInMain stopFastAnimate];
[strongSelfInMain animateFinishedSendGift];
for (NSNumber *index in strongSelfInMain.finishTargetArrayIndex) {
QXSkyPraizeSubView *targetGiftView = strongSelfInMain.allViewsArray[index.integerValue];
targetGiftView.isSelected = YES;
[targetGiftView startPulseAnimationWithLayer];
}
}
} else {
// 使访