This commit is contained in:
TJH 2025-10-13 11:15:43 +08:00
parent d483cbcd14
commit 13225c74fd

View File

@ -51,7 +51,7 @@ export class BigWinUI extends Component {
isSkipByTouch: boolean = false;
protected onLoad(): void {
this.show(600000, WIN_TYPE.SUPER_MEGA_WIN, 10000)
// this.show(600000, WIN_TYPE.SUPER_MEGA_WIN, 10000)
}
show(winScore: number, winType: WIN_TYPE, betAmount: number) {