diff --git a/src/views/secondHandCar/forSale.vue b/src/views/secondHandCar/forSale.vue index 37e0bb29..9c0666da 100644 --- a/src/views/secondHandCar/forSale.vue +++ b/src/views/secondHandCar/forSale.vue @@ -3,7 +3,7 @@
- 在售 + {{detailInfo.status.code !== 6 ? '在售' : '已售出'}}
@@ -300,7 +300,7 @@ export default { justify-content: space-between; align-items: center; .viewNum{ - color: #ccc; + //color: #ccc; margin-right: 15px; span{ margin-left: 10px; diff --git a/src/views/secondHandCar/indexList.vue b/src/views/secondHandCar/indexList.vue index aefc48da..e9c7f923 100644 --- a/src/views/secondHandCar/indexList.vue +++ b/src/views/secondHandCar/indexList.vue @@ -719,7 +719,7 @@ export default { justify-content: space-between; align-items: center;*/ .viewNum{ - color: #ccc; + //color: #ccc; margin-right: 15px; span{ margin-left: 10px; diff --git a/src/views/secondHandCar/wantBuySale.vue b/src/views/secondHandCar/wantBuySale.vue index d3d5caf8..977d4272 100644 --- a/src/views/secondHandCar/wantBuySale.vue +++ b/src/views/secondHandCar/wantBuySale.vue @@ -190,7 +190,7 @@ export default { justify-content: space-between; align-items: center; .viewNum{ - color: #ccc; + //color: #ccc; margin-right: 15px; span{ margin-left: 10px;