去掉没必要lazy

This commit is contained in:
zhujingzhou
2025-07-20 14:50:30 +07:00
parent 31fec3d2ce
commit 57b0328c18
+1 -1
View File
@@ -13,7 +13,7 @@
</div>
<div class="showImg">
<div v-if="showNoImg">暂无</div>
<el-image v-else :src="currentSrc" :preview-src-list="imgsUrl" lazy>
<el-image v-else :src="currentSrc" :preview-src-list="imgsUrl">
<div slot="placeholder" class="image-slot" :style="{ width: width, height: height, lineHeight: height }"><i class="el-icon-loading"></i>加载中</div>
</el-image>
</div>