From ba1cd9fcacd09eab8edc294614937f4f48fc9516 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Wed, 2 Apr 2025 11:42:03 +0800 Subject: [PATCH] =?UTF-8?q?story#5314=20=E5=90=AB=E7=A8=8E=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC-->=20=E5=94=AE=E4=BB=B7=EF=BC=88=E5=90=AB=E7=A8=8E?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/secondHandCar/carSource.vue | 2 +- src/views/secondHandCar/forSale.vue | 2 +- src/views/secondHandCar/indexList.vue | 4 ++-- src/views/secondHandCar/mineRelease.vue | 4 ++-- src/views/secondHandCar/wantBuySale.vue | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/secondHandCar/carSource.vue b/src/views/secondHandCar/carSource.vue index dd2dfe9c..fd6256ea 100644 --- a/src/views/secondHandCar/carSource.vue +++ b/src/views/secondHandCar/carSource.vue @@ -99,7 +99,7 @@ >
- *含税价格 + *售价(含税) {{ detailInfo.createTime?.substring(0,10) }}{{ detailInfo.areaName }}发布
- 含税价格: + 售价(含税): {{ formatNumber(detailInfo.minPrice) }}
diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index 57a68dc1..4dd8f3ac 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -94,9 +94,9 @@ {{ item.brandModel?.match(/^[\u4e00-\u9fa5]+/)?.[0]?.replace(/牌$/, '') }} | {{item.emissionStandard?.label}} | {{ formatToWan(item.mileage) }}公里
{{ item.boardType?.label ? item.boardType?.label+' | ' : ''}} {{item.emissionStandard?.label}}
注册日期: {{item.registerDate?.substring(0,10)}}
-
含税价格: {{formatNumber(item.minPrice) }}
+
售价(含税): {{formatNumber(item.minPrice) }}
- 含税价格: + 售价(含税): {{formatNumber(item.minPrice) }} ~ {{formatNumber(item.maxPrice) }} diff --git a/src/views/secondHandCar/mineRelease.vue b/src/views/secondHandCar/mineRelease.vue index 25b9446f..0eb8d7aa 100644 --- a/src/views/secondHandCar/mineRelease.vue +++ b/src/views/secondHandCar/mineRelease.vue @@ -40,9 +40,9 @@
{{ item.boardType?.label ? item.boardType?.label+' | ' : ''}} {{item.vehicleType }} | {{item.emissionStandard?.label}}
-
含税价格:{{formatNumber(item.minPrice) }}
+
售价(含税):{{formatNumber(item.minPrice) }}
- 含税价格: + 售价(含税): {{formatNumber(item.minPrice) }} ~ {{formatNumber(item.maxPrice) }} diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue index 63eb034e..1c59a6f5 100644 --- a/src/views/secondHandCar/wantBuySale.vue +++ b/src/views/secondHandCar/wantBuySale.vue @@ -15,7 +15,7 @@ {{ detailInfo.createTime?.substring(0,10) }}发布
- 含税价格: + 售价(含税): {{formatNumber(detailInfo.minPrice) }} ~ {{formatNumber(detailInfo.maxPrice) }}