story#6606,二手拖车系统优化

This commit is contained in:
2025-06-09 08:59:05 +08:00
parent 899ea612f4
commit d1efe578d4
3 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
<div class="headerWrap">
<div v-if="isWebFunc()" style="opacity: 0;" class="back"></div>
<img v-else class="back" @click="h5GoBack" src="@/assets/secondHandCar/back.png" />
<span>在售</span>
<span>{{detailInfo.status.code !== 6 ? '在售' : '已售出'}}</span>
<div style="opacity: 0;" class="back"></div>
</div>
<van-loading v-show="!detailInfo" class="loadingWrap" type="spinner" color="#1989fa" />
@ -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;

View File

@ -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;

View File

@ -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;