From e387c21f6f795e6ac25a534cd09b2fccdc086890 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Mon, 10 Jan 2022 19:08:25 +0800 Subject: [PATCH] edit --- .../usercenter/components/freight/list/new/new.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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