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) }} 万