bigwin中奖额显示错误
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m19s

This commit is contained in:
TJH 2026-05-27 15:30:10 +08:00
parent 03b374592e
commit 4d45e6338f

View File

@ -63,7 +63,7 @@ export class SlotScene extends Component {
count: 0,
delay: {
fast: 0.5,
normal: 1,
normal: 0.5,
},
};
@ -702,7 +702,7 @@ export class SlotScene extends Component {
callBack();
return
}
let score = this.isFreeSpin ? this.spinData.RoundInfo.Score : this.spinData.AllScore;
let score = this.spinData.Score;
let winType = score ? this.checkWinType(score) : WIN_TYPE.NONE;
if (winType >= WIN_TYPE.BIG_WIN) {
NodePoolManager.instance.getNodeFromPoolDynamic("BigWin", "Prefab/BigWin", "Game").then((prefab: Node) => {