This commit is contained in:
parent
24f68a12a3
commit
1afc5ac178
@ -190,7 +190,9 @@ export class SlotScene extends Component {
|
|||||||
if (isNewSpin) {
|
if (isNewSpin) {
|
||||||
this.slotMsg.setTotaleMulti(0)
|
this.slotMsg.setTotaleMulti(0)
|
||||||
}
|
}
|
||||||
if (!this.isFreeSpin) { this.slotBar.setWin(0); }
|
if (!this.isFreeSpin) {
|
||||||
|
this.slotBar.setWin(0);
|
||||||
|
}
|
||||||
|
|
||||||
let msg = !this.isFeatureBuySpin && buyType == 0 ?
|
let msg = !this.isFeatureBuySpin && buyType == 0 ?
|
||||||
{ Bet: this.slotBar.getBet(), IsDouble: this.isDoubleWin, }
|
{ Bet: this.slotBar.getBet(), IsDouble: this.isDoubleWin, }
|
||||||
@ -653,7 +655,7 @@ export class SlotScene extends Component {
|
|||||||
|
|
||||||
if (this.spinData.RoundInfo.Mul == 1) {
|
if (this.spinData.RoundInfo.Mul == 1) {
|
||||||
this.slotMsg.showTotalWinMsg(this.spinData.RoundInfo.Score);
|
this.slotMsg.showTotalWinMsg(this.spinData.RoundInfo.Score);
|
||||||
this.slotBar.updateWinMsg(this.spinData.RoundInfo.Score, false);
|
this.slotBar.updateWinMsg(this.spinData.AllScore, false);
|
||||||
callBack();
|
callBack();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user