fix: 优化

This commit is contained in:
osiris
2023-12-12 11:05:55 +08:00
parent 19bf468fb5
commit c8f6ec1d5d
3 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -61,7 +61,8 @@ onMounted(() => {
<div class="mt-3" v-if="info.advShow == 'true'">
<el-carousel
height="130px"
:autoplay="false"
:autoplay="true"
:interval="5000"
>
<el-carousel-item v-for="(item, index) in info.advList" :key="index" @click="clickCarousel(item.url)">
<el-image :src="item.img" fit="fill" class="h-full w-full"></el-image>