From dee9cd779a5412858dc9f46d7cc2b369822288e8 Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Sat, 28 Jun 2025 14:41:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=89=8B=E6=8B=96=E8=BD=A6,=E8=BF=9B?= =?UTF-8?q?=E5=85=A5=E8=AF=A6=E6=83=85=E9=A1=B5=E8=B0=83=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E8=AE=B0=E5=BD=95=E6=8E=A5=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=89=93=E5=8D=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/forSale.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue index 8e15f9ee..0297e5cf 100644 --- a/src/views/secondHandCar/forSale.vue +++ b/src/views/secondHandCar/forSale.vue @@ -158,7 +158,7 @@ export default { queryType:this.queryType , }) this.detailInfo=res?.data - console.log("this.detailInfo",this.detailInfo) + // console.log("this.detailInfo",this.detailInfo) const municipalities = ['北京市', '天津市', '上海市', '重庆市']; const isMunicipality = municipalities.some(city => res.data.areaName.includes(city)); this.detailInfo.areaName= isMunicipality ? res.data.areaName?.substring(0, 3) : res.data.areaName; @@ -170,7 +170,7 @@ export default { } this.imgSrcList.unshift(res?.data?.vehicleAnglePhoto) let result=await saveRecord({type: 1, carInfoId: this.id, duration:'',id:''}); - console.log('resultresult',result) + // console.log('resultresult',result) this.recordResponseId=result?.data?.id } },