1:修改转盘去掉了特效还又声音

2:修改巡乐会去掉跳过动画,
3:修改巡乐会结果页面,进行展示,不在关联抽奖
This commit is contained in:
2026-01-13 09:39:28 +08:00
parent 716f292fa5
commit 64ced88287
8 changed files with 59 additions and 50 deletions

View File

@@ -698,7 +698,9 @@ public class GiftLotteryDialog extends BaseMvpDialogFragment<GiftLotteryPresente
MvpPre.giftSend(blind_box_turntable_id);
MvpPre.wallet();
isDrawing = false;
playSound("xuanz.mp3");
if (isOpenSound) {
playSound("xuanz.mp3");
}
stopFastAnimate();
return;
}