This commit is contained in:
wangshiming
2022-05-09 17:25:41 +08:00
parent 848f1f0acf
commit cacffe0fd5
3 changed files with 15 additions and 9 deletions

View File

@ -68,6 +68,8 @@ export class UserCenterComponentsDriverDetailComponent implements OnInit {
) {}
ngOnInit() {
console.log(this.route.snapshot.queryParams);
this.initData();
this.initDetailByCode();
}