二手车交易,图片更换

This commit is contained in:
2025-03-14 13:19:07 +08:00
parent bc0b666171
commit e5554e17b5
7 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@ -81,7 +81,7 @@
</div>
</div>
<div>
<img class="descImg" src="@/assets/secondHandCar/description.png" />
<img class="descImg" src="@/assets/secondHandCar/description1.png" />
</div>
<div class="descCommon desc">{{detailInfo.desc}}</div>
</div>

View File

@ -16,7 +16,7 @@
</div>
<div class="contentWrap" :class="[type==1 ? 'noContentAudit': 'hasContentAudit']">
<div class="oneContent content">
<img class="sort" src="@/assets/secondHandCar/two_desc.png" />
<img class="sort" src="@/assets/secondHandCar/one_qiugou.png" />
<div class="item vehicleTypeItem">
<span> <span class="star">*</span>求购类型 </span>
<div class="radioWrap">
@ -79,7 +79,7 @@
</div>
<div class="line"></div>
<div class="twoContent content">
<img class="sort" src="@/assets/secondHandCar/three.png" />
<img class="sort" src="@/assets/secondHandCar/two_supply.png" />
<el-input class="ipt" v-model.trim="form.desc" type="textarea" :autosize="{ minRows: 6, maxRows: 6 }"
maxlength="500" show-word-limit placeholder="描述车辆信息:如事故、额外加装、无线遥控"></el-input>
<div v-if="type==2" style="margin: 10px 3px">不通过原因</div>