diff --git a/src/api/mine.js b/src/api/mine.js index e402313c..62698c3d 100644 --- a/src/api/mine.js +++ b/src/api/mine.js @@ -308,3 +308,12 @@ export function ocrHandler(data){ data }) } +///agg-api/tencent-ocr/unifiedOCRWithCompress +export function unifiedOCRWithCompress(data){ + return request({ + url:'/agg-api/tencent-ocr/unifiedOCRWithCompress', + method:'POST', + contentType:'application/json', + data + }) +} \ No newline at end of file diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index 967ae9d4..98b0ad13 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -171,7 +171,7 @@ export default { areaCode:'', mileage:'', contactNumber:'', - minPrice:0, + minPrice:'', // maxPrice:'', desc:'', }, @@ -402,7 +402,7 @@ export default { { value: this.form.areaCode, name: '所在城市不能为空' }, { value: this.form.mileage, name: '行驶里程不能为空' }, { value: this.form.contactNumber, name: '联系方式不能为空' }, - { value: this.form.maxPrice, name: '售价不能为空' }, + { value: this.form.minPrice, name: '售价不能为空' }, ]; }, }, diff --git a/src/views/secondHandCar/components/upload-common.vue b/src/views/secondHandCar/components/upload-common.vue index 6ab8f30d..8fb7b3da 100644 --- a/src/views/secondHandCar/components/upload-common.vue +++ b/src/views/secondHandCar/components/upload-common.vue @@ -19,7 +19,7 @@