bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m3s

This commit is contained in:
TJH 2026-05-11 15:28:34 +08:00
parent 24f68a12a3
commit 1afc5ac178

View File

@ -190,7 +190,9 @@ export class SlotScene extends Component {
if (isNewSpin) {
this.slotMsg.setTotaleMulti(0)
}
if (!this.isFreeSpin) { this.slotBar.setWin(0); }
if (!this.isFreeSpin) {
this.slotBar.setWin(0);
}
let msg = !this.isFeatureBuySpin && buyType == 0 ?
{ Bet: this.slotBar.getBet(), IsDouble: this.isDoubleWin, }
@ -653,7 +655,7 @@ export class SlotScene extends Component {
if (this.spinData.RoundInfo.Mul == 1) {
this.slotMsg.showTotalWinMsg(this.spinData.RoundInfo.Score);
this.slotBar.updateWinMsg(this.spinData.RoundInfo.Score, false);
this.slotBar.updateWinMsg(this.spinData.AllScore, false);
callBack();
return;
}