style: format project
[skip ci]
This commit is contained in:
@@ -10,6 +10,12 @@ import {Title} from '@angular/platform-browser';
|
||||
})
|
||||
export class EmailVerifyComponent implements OnInit {
|
||||
|
||||
type: string = 'info';
|
||||
message: string = '正在验证,请稍等';
|
||||
desc: string = '';
|
||||
private email: string;
|
||||
private verifyId: string;
|
||||
|
||||
constructor(private titleService: Title,
|
||||
private router: Router,
|
||||
public routerinfo: ActivatedRoute,
|
||||
@@ -17,14 +23,6 @@ export class EmailVerifyComponent implements OnInit {
|
||||
titleService.setTitle('小海博客 | 邮箱验证');
|
||||
}
|
||||
|
||||
type: string = 'info';
|
||||
message: string = '正在验证,请稍等';
|
||||
desc: string = '';
|
||||
|
||||
|
||||
private email: string;
|
||||
private verifyId: string;
|
||||
|
||||
ngOnInit(): void {
|
||||
this.email = this.routerinfo.snapshot.queryParams.email;
|
||||
this.verifyId = this.routerinfo.snapshot.queryParams.verifyId;
|
||||
|
||||
Reference in New Issue
Block a user