This commit is contained in:
TJH 2026-02-25 14:13:09 +08:00
parent c035ac8c54
commit d0d426c7bb

View File

@ -283,9 +283,9 @@ export class SlotScene extends Component {
isFreeSpin: boolean = false,
isFeatureBuy: boolean = false
) {
this.isReceiveMsg = false;
try {
this.gameState.isOnReconnect = false;
this.isReceiveMsg = false;
this.isErr = false
this.slotGame.spin(this.gameState.isInFreeSpin);