현재접속자-배팅리스트 수정
This commit is contained in:
parent
12e95bc1f9
commit
8f3655fa24
|
@ -141,6 +141,7 @@
|
|||
mat-flat-button
|
||||
class="bet-mat-small-8"
|
||||
[color]="'primary'"
|
||||
(click)="viewCasino('eafcf73c-c98b-44a2-847b-751a3aebbaa6')"
|
||||
>
|
||||
배팅내역
|
||||
</button>
|
||||
|
|
|
@ -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
|
||||
// -----------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user