From d498734739c12142fb75649dedd6d9a8e23a7947 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 14 Mar 2025 09:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E8=BD=A6=E4=BA=A4=E6=98=93?= =?UTF-8?q?=EF=BC=8C=E8=AF=86=E5=88=AB=E6=8E=A5=E5=8F=A3=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/mine.js | 9 +++++++++ src/views/secondHandCar/carSource.vue | 4 ++-- src/views/secondHandCar/components/upload-common.vue | 6 +++--- 3 files changed, 14 insertions(+), 5 deletions(-) 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 @@