From 2fc2633c33f5a2cf2007d7ee67cbcc55a587610c Mon Sep 17 00:00:00 2001 From: TJH Date: Mon, 8 Jun 2026 14:23:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=80=83=E8=99=91=E8=B4=AD=E4=B9=B0=E5=B0=8F?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=90=8E=E4=BD=99=E9=A2=9D=E5=B0=8F=E4=BA=8E?= =?UTF-8?q?=E4=B8=8B=E6=B3=A8=E9=A2=9D=EF=BC=8C=E4=BB=A5=E5=8F=8A=E5=85=8D?= =?UTF-8?q?=E8=B4=B9=E8=B5=A0=E9=80=81=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/Scripts/SlotScene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Game/Scripts/SlotScene.ts b/assets/Game/Scripts/SlotScene.ts index b1428ae..7d5be2d 100644 --- a/assets/Game/Scripts/SlotScene.ts +++ b/assets/Game/Scripts/SlotScene.ts @@ -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();