story#5314 web端 点击车源查看详情的照片,无法再点击放大,需要改成可以点击查看大图2

This commit is contained in:
2025-04-02 10:46:55 +08:00
parent b5c5f24c49
commit 0e138e22f4

View File

@ -13,7 +13,7 @@
<el-image
:src="item"
v-if="item"
:preview-src-list="item"
:preview-src-list="[item]"
class="swipeImg"
/>
<!-- <img v-if="item" class="swipeImg" :src="item" />-->