fix bug
This commit is contained in:
@ -68,6 +68,8 @@ export class UserCenterComponentsDriverDetailComponent implements OnInit {
|
||||
) {}
|
||||
|
||||
ngOnInit() {
|
||||
console.log(this.route.snapshot.queryParams);
|
||||
|
||||
this.initData();
|
||||
this.initDetailByCode();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user