代码优化
This commit is contained in:
parent
7897692898
commit
84cc080530
|
|
@ -283,9 +283,9 @@ getSwiperListData()
|
|||
v-for="(item, index) in swiperList"
|
||||
:key="index"
|
||||
style="height: 100%"
|
||||
v-show="item.delFlag == 0"
|
||||
>
|
||||
<el-image
|
||||
v-if="item.delFlag == 0"
|
||||
style="width: 100%; height: 100%; cursor: pointer"
|
||||
:src="item.slidePicture"
|
||||
fit="cover"
|
||||
|
|
|
|||
Loading…
Reference in New Issue