|
|
|
@ -51,7 +51,7 @@ export class MerchantEditComponent implements OnInit { |
|
|
|
|
this.validateForm = this.fb.group({ |
|
|
|
|
loginTelephone: [null, [Validators.required, ValidatorsService.mobile]], |
|
|
|
|
password: [null, [Validators.required, ValidatorsService.minLength(6)]], |
|
|
|
|
merchantName: [null, [Validators.required, ValidatorsService.pwdLength(2, 5)]], |
|
|
|
|
merchantName: [null, [Validators.required]], |
|
|
|
|
telephone: [null, [Validators.required]], |
|
|
|
|
address: [null, [Validators.required]], |
|
|
|
|
bankName: [null], |
|
|
|
|