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) {