小游戏和自动旋转中不能点击龙虎榜
This commit is contained in:
parent
354766ccb9
commit
542d4bf91f
@ -135,15 +135,11 @@ export class SlotRanking extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 如果正在自动旋转,不可点击
|
// 如果正在自动旋转,不可点击
|
||||||
if (this.slotScene.isAutoSpin) {
|
if (this.slotScene.gameState.isAutoSpin) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.slotScene.isFreeSpin) {
|
if (this.slotScene.gameState.isInFreeSpin) {
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.slotScene.isFeatureBuySpin) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user