From c13b7036334d01b8ae9794c056d06ad9d9b8db8e Mon Sep 17 00:00:00 2001 From: TJH Date: Wed, 10 Jun 2026 14:12:34 +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/Main/main.scene | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/Game/Scripts/SlotScene.ts b/assets/Game/Scripts/SlotScene.ts index d25ad46..db610a5 100644 --- a/assets/Game/Scripts/SlotScene.ts +++ b/assets/Game/Scripts/SlotScene.ts @@ -222,7 +222,7 @@ export class SlotScene extends Component { if (this.slotBar.getBalance() < (buyType == 1 ? this.slotBar.getBet() * this.gameInfo.BuyMul : (this.isDoubleWin ? this.slotBar.getdisplayBet() : this.slotBar.getBet())) && !this.isFreeSpin && !this.spinInfo.Frb.Ongoing) { //余额不足不经过服务器,在客户端拦截 - this.showErrorTip(2, ""); + this.showErrorTip(2, "", () => { this.slotBar.onClickBalance() }); this.handleErrSpin(); return } @@ -891,7 +891,7 @@ export class SlotScene extends Component { title, msg, true, - null, + callBack, null, I18nManager.instance.t("AID_ERROR_OK_BUTTON") ); diff --git a/assets/Main/main.scene b/assets/Main/main.scene index a80a0a3..438993f 100644 --- a/assets/Main/main.scene +++ b/assets/Main/main.scene @@ -108,7 +108,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 540, - "y": 960, + "y": 959.9999999999999, "z": 0 }, "_lrot": { @@ -193,7 +193,7 @@ "_priority": 0, "_fov": 45, "_fovAxis": 0, - "_orthoHeight": 960, + "_orthoHeight": 959.9999999999999, "_near": 0, "_far": 2000, "_color": { @@ -2364,7 +2364,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1919.9999999999998 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2697,7 +2697,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1919.9999999999998 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -2749,7 +2749,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1919.9999999999998 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -5009,7 +5009,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 1920 + "height": 1919.9999999999998 }, "_anchorPoint": { "__type__": "cc.Vec2",