去掉没必要lazy
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="showImg">
|
<div class="showImg">
|
||||||
<div v-if="showNoImg">暂无</div>
|
<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>
|
<div slot="placeholder" class="image-slot" :style="{ width: width, height: height, lineHeight: height }"><i class="el-icon-loading"></i>加载中</div>
|
||||||
</el-image>
|
</el-image>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user