현재접속자-배팅리스트 수정

This commit is contained in:
이담 정 2022-08-19 06:51:35 +00:00
parent 12e95bc1f9
commit 8f3655fa24
2 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,7 @@
mat-flat-button
class="bet-mat-small-8"
[color]="'primary'"
(click)="viewCasino('eafcf73c-c98b-44a2-847b-751a3aebbaa6')"
>
배팅내역
</button>

View File

@ -208,6 +208,10 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
let url: string = 'member/user/' + id;
this.router.navigateByUrl(url);
}
viewCasino(id: string): void {
let url: string = 'game/casino';
this.router.navigateByUrl(url);
}
// -----------------------------------------------------------------------------------------------------
// @ Private methods
// -----------------------------------------------------------------------------------------------------