This commit is contained in:
TJH 2025-12-31 11:03:41 +08:00
parent 6e2c230b52
commit b9747ff648

View File

@ -598,6 +598,8 @@ export class SlotBar extends Component {
this.setBtnVisible(this.spinBtn, true); this.setBtnVisible(this.spinBtn, true);
this.setBtnVisible(this.stopAutoBtn, false); this.setBtnVisible(this.stopAutoBtn, false);
this.setBtnEnable(this.spinBtn, false); this.setBtnEnable(this.spinBtn, false);
this.slotGame.showFeatureBuy(false)
} }
reconnectState(hasDelete: boolean = false) { reconnectState(hasDelete: boolean = false) {