관리-배팅리스트
This commit is contained in:
parent
919db21162
commit
ea3c246c71
|
@ -111,7 +111,12 @@
|
|||
>
|
||||
쪽지보내기
|
||||
</button>
|
||||
<button mat-menu-item>배팅리스트</button>
|
||||
<button
|
||||
mat-menu-item
|
||||
(click)="viewSlot(partner.getId())"
|
||||
>
|
||||
배팅리스트
|
||||
</button>
|
||||
<button
|
||||
mat-menu-item
|
||||
(click)="__onClickSignout($event)"
|
||||
|
|
|
@ -224,6 +224,11 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
let url: string = 'member/user/' + id;
|
||||
this.router.navigateByUrl(url);
|
||||
}
|
||||
|
||||
viewSlot(id: string): void {
|
||||
let url: string = 'game/slot';
|
||||
this.router.navigateByUrl(url);
|
||||
}
|
||||
// -----------------------------------------------------------------------------------------------------
|
||||
// @ Private methods
|
||||
// -----------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user