From 861865bc78ce18ab41bbb2849a1d1fbc4366ebe9 Mon Sep 17 00:00:00 2001 From: TJH Date: Wed, 31 Dec 2025 11:03:41 +0800 Subject: [PATCH] 1 --- assets/Game/scripts/SlotBar.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/Game/scripts/SlotBar.ts b/assets/Game/scripts/SlotBar.ts index 2fc8bef..b8f5210 100644 --- a/assets/Game/scripts/SlotBar.ts +++ b/assets/Game/scripts/SlotBar.ts @@ -598,6 +598,8 @@ export class SlotBar extends Component { this.setBtnVisible(this.spinBtn, true); this.setBtnVisible(this.stopAutoBtn, false); this.setBtnEnable(this.spinBtn, false); + this.slotGame.showFeatureBuy(false) + } reconnectState(hasDelete: boolean = false) {