edit
This commit is contained in:
@ -38,7 +38,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<!-- <app-captcha #dun [phone]="this.formGroup1.value.phone" (done)="captchaDone($event)"></app-captcha> -->
|
|
||||||
|
|
||||||
<ng-container *ngIf="step === 1">
|
<ng-container *ngIf="step === 1">
|
||||||
<div nz-row>
|
<div nz-row>
|
||||||
|
|||||||
@ -13,7 +13,6 @@ import { EAUserService } from 'src/app/shared/services/business/user.service';
|
|||||||
export class UserRetrievePasswordComponent implements OnInit, AfterViewInit {
|
export class UserRetrievePasswordComponent implements OnInit, AfterViewInit {
|
||||||
step = 0;
|
step = 0;
|
||||||
count = 0;
|
count = 0;
|
||||||
interval$: any;
|
|
||||||
formGroup1!: FormGroup;
|
formGroup1!: FormGroup;
|
||||||
formGroup2!: FormGroup;
|
formGroup2!: FormGroup;
|
||||||
confirmPasswordValidator!: ValidatorFn;
|
confirmPasswordValidator!: ValidatorFn;
|
||||||
@ -181,14 +180,6 @@ export class UserRetrievePasswordComponent implements OnInit, AfterViewInit {
|
|||||||
this.cdr.detectChanges();
|
this.cdr.detectChanges();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
/* 网易盾验证通过 */
|
|
||||||
captchaDone(validate: any) {
|
|
||||||
this.codeCountDown();
|
|
||||||
}
|
|
||||||
|
|
||||||
refreshPage() {
|
|
||||||
window.location.reload();
|
|
||||||
}
|
|
||||||
|
|
||||||
validateConfirmPassword(): void {
|
validateConfirmPassword(): void {
|
||||||
setTimeout(() => this.formGroup2.controls.passWordTo.updateValueAndValidity());
|
setTimeout(() => this.formGroup2.controls.passWordTo.updateValueAndValidity());
|
||||||
|
|||||||
@ -33,7 +33,7 @@ export class UserCenterComponentsDriverComponent implements OnInit {
|
|||||||
};
|
};
|
||||||
if (this.sf?.value.effectiveDate) {
|
if (this.sf?.value.effectiveDate) {
|
||||||
Object.assign(params, {
|
Object.assign(params, {
|
||||||
time: {
|
createTime: {
|
||||||
start: this.sf?.value.effectiveDate[0],
|
start: this.sf?.value.effectiveDate[0],
|
||||||
end: this.sf?.value.effectiveDate[1]
|
end: this.sf?.value.effectiveDate[1]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user