From 24a6b80fb2b4a9b3ca7d4dbb4a7c302ee70f7b3a Mon Sep 17 00:00:00 2001 From: TJH Date: Wed, 10 Jun 2026 14:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=BD=99=E9=A2=9D=E4=B8=8D?= =?UTF-8?q?=E8=B6=B3=E6=8F=90=E7=A4=BA=E7=A1=AE=E8=AE=A4=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=97=B6=E5=88=B7=E6=96=B0=E7=8E=A9=E5=AE=B6=E4=BD=99=E9=A2=9D?= =?UTF-8?q?=E7=9A=84=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/Game/scripts/SlotScene.ts | 4 ++-- assets/Loading/game.scene | 2 +- assets/Loading/scripts/comm.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/Game/scripts/SlotScene.ts b/assets/Game/scripts/SlotScene.ts index d85ebad..b18ce7a 100644 --- a/assets/Game/scripts/SlotScene.ts +++ b/assets/Game/scripts/SlotScene.ts @@ -242,7 +242,7 @@ export class SlotScene extends Component { if (this.slotBar.getBalance() < (isFeatureBuy ? this.slotBar.getBet() * this.gameInfo.BuyMul : this.slotBar.getBet()) && !isFreeSpin && !GameDataManager.instance.frb.Ongoing) { //余额不足不经过服务器,在客户端拦截 - this.showErrorTip(2, ""); + this.showErrorTip(2, () => { this.slotBar.onClickBalance() }); this.handleErrSpin(); return } @@ -886,7 +886,7 @@ export class SlotScene extends Component { msg2 = I18nManager.instance.t('AID_ERROR_CODE_2'); tip = `${msg1}\n${msg2}`; if (!this.TipPanel.getHasTip()) { - this.TipPanel.showTip(title, tip, null, null, I18nManager.instance.t('AID_ERROR_OK_BUTTON'), null, false); + this.TipPanel.showTip(title, tip, callback, null, I18nManager.instance.t('AID_ERROR_OK_BUTTON'), null, false); } break; case 3: diff --git a/assets/Loading/game.scene b/assets/Loading/game.scene index 0e8ef34..90772f5 100644 --- a/assets/Loading/game.scene +++ b/assets/Loading/game.scene @@ -187,7 +187,7 @@ "_priority": 0, "_fov": 45, "_fovAxis": 0, - "_orthoHeight": 960, + "_orthoHeight": 959.9999999999999, "_near": 0, "_far": 2000, "_color": { diff --git a/assets/Loading/scripts/comm.ts b/assets/Loading/scripts/comm.ts index 3186dbf..235c057 100644 --- a/assets/Loading/scripts/comm.ts +++ b/assets/Loading/scripts/comm.ts @@ -9,7 +9,7 @@ const qs = new URLSearchParams(location.search) // let apiaddr = "https://rpgames-api.rpfafafahkdev.com"; let apiaddr = ""; -let token = "eyJQIjoxMDA5NDksIkUiOjE3ODA5NDY2MzIsIlMiOjk5OCwiRCI6InJwXzEwMDEyIn0.YhnazRKiM4CXHd0oxMS6WDMJYpvpVsijKx-AXZtMCLo"; +let token = "eyJQIjoxMDAwMDEsIkUiOjE3ODExMTY1NjYsIlMiOjEwMDIsIkQiOiJycF8xMDAxMiJ9.I2959bskgMea99B9N_7_Lbb083gZcuov9nTDZX0hjRQ"; let language = "en" let currency = "THB" let isfrom = null