diff --git a/src/app/routes/usercenter/components/freight/list/new/new.component.ts b/src/app/routes/usercenter/components/freight/list/new/new.component.ts index a6c3a993..c7ae6d4a 100644 --- a/src/app/routes/usercenter/components/freight/list/new/new.component.ts +++ b/src/app/routes/usercenter/components/freight/list/new/new.component.ts @@ -233,7 +233,7 @@ export class FreightComponentsListNewComponent implements OnInit { change: args => { if (args.type === 'success') { this.sf1.setValue('/licensePhoto', args.fileList[0].response.data.fullFilePath); - this.checkBusinessLicense(args.fileList[0].response.data.fullFileWatermarkPath); + this.checkBusinessLicense(args.fileList[0].response.data.fullFilePath); } } } as SFUploadWidgetSchema