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