diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue
index 9c0666da..69cd04f1 100644
--- a/src/views/secondHandCar/forSale.vue
+++ b/src/views/secondHandCar/forSale.vue
@@ -46,7 +46,7 @@
{{ formatNumber(detailInfo.minPrice) }}
万
-
{{detailInfo.attentionCount}}人想要{{detailInfo.browseCount}}浏览
+ {{detailInfo.attentionCount}}人想要{{detailInfo.browseCount}}人浏览
diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue
index e9c7f923..1e63b71a 100644
--- a/src/views/secondHandCar/indexList.vue
+++ b/src/views/secondHandCar/indexList.vue
@@ -126,7 +126,7 @@
售价(含税):¥ {{formatNumber(item.minPrice) }} 万
-
{{item.attentionCount}}人想要{{item.browseCount}}浏览
+
{{item.attentionCount}}人想要{{item.browseCount}}人浏览
@@ -135,7 +135,7 @@
~
{{formatNumber(item.maxPrice) }} 万
-
{{item.attentionCount}}人想卖{{item.browseCount}}浏览
+
{{item.attentionCount}}人想卖{{item.browseCount}}人浏览
diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue
index 977d4272..5237a164 100644
--- a/src/views/secondHandCar/wantBuySale.vue
+++ b/src/views/secondHandCar/wantBuySale.vue
@@ -21,7 +21,7 @@
~
{{formatNumber(detailInfo.maxPrice) }} 万
- {{detailInfo.attentionCount}}人想卖{{detailInfo.browseCount}}浏览
+ {{detailInfo.attentionCount}}人想卖{{detailInfo.browseCount}}人浏览