龙虎榜
This commit is contained in:
parent
816b16ee90
commit
245629db0f
@ -136,19 +136,19 @@ 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.slotScene.isFeatureBuySpin) {
|
if (this.slotScene.gameState.isFeatureBuySpin) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.slotScene.hasEliminate) {
|
if (this.slotScene.gameState.isEliminating) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import { PREVIEW } from "cc/env"
|
|||||||
const gameId = "rp_11001";
|
const gameId = "rp_11001";
|
||||||
// let apiaddr = "https://rpgames-api.rpfafafahkdev.com";
|
// let apiaddr = "https://rpgames-api.rpfafafahkdev.com";
|
||||||
let apiaddr = "";
|
let apiaddr = "";
|
||||||
let token = "eyJQIjoxMDA5NDksIkUiOjE3NjcwMTU2MDMsIlMiOjEwMDAsIkQiOiJycF8xMTAwMSJ9.ZFVTUEx8b15hwZk9wW3bJxKMkpA3IUlwbgYH5uY-uhA";
|
let token = "eyJQIjoxMDA5NDksIkUiOjE3NjcxMDIxMTgsIlMiOjk5OCwiRCI6InJwXzExMDAxIn0.qCCuGCYZ-poXpw3BxTLjKnCm9SDdzg7Gd-7H8I5MlzQ";
|
||||||
|
|
||||||
|
|
||||||
let language = "en"
|
let language = "en"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user