考虑购买小游戏后余额小于下注额,以及免费赠送的情况
This commit is contained in:
parent
e7d3b71c9d
commit
2fc2633c33
@ -220,7 +220,7 @@ export class SlotScene extends Component {
|
||||
this.slotBar.setWin(0);
|
||||
}
|
||||
|
||||
if (this.slotBar.getBalance() < this.slotBar.getBet()) {
|
||||
if (this.slotBar.getBalance() < this.slotBar.getBet() && !this.isFreeSpin && !this.spinInfo.Frb.Ongoing) {
|
||||
//余额不足不经过服务器,在客户端拦截
|
||||
this.showErrorTip(2, "");
|
||||
this.handleErrSpin();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user