Compare commits

...

2 Commits

Author SHA1 Message Date
TJH
cec9737024 龙虎榜显示bug
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 44s
2025-12-26 15:53:57 +08:00
TJH
6c24497a0f 1 2025-12-26 14:48:33 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -10567,7 +10567,7 @@
"__prefab": {
"__id__": 443
},
"_key": "Rankin",
"_key": "Ranking",
"_id": ""
},
{

View File

@ -661,7 +661,7 @@ export class SlotGame extends Component {
onIconClicked(iconComponent: Icon) {
if (this.isEliminating) return;
if (this.isShow) return;
let isExpect = this.rollerManager.checkNextRollerExpect(6);
let isExpect = this.rollerManager.checkNextRollerExpect(6, 4);
if (isExpect) return;
if (this.freeBg.active) return;