This commit is contained in:
xvv 2024-07-23 17:20:45 +08:00
parent dc6fcfe081
commit f7d6369f39

View File

@ -24,7 +24,7 @@
<div style="overflow: hidden;position: relative;" class="mySwiper">
<swiper ref="mySwiper" :options="swiperOptions" style="width: 100%">
<swiper-slide v-for="(item,index) in bannerlist" :key="index">
<img ref="swiperImg" style="width: 100%; height: 100%" :src="item" />
<img ref="swiperImg" style="width: 100%; height: 1000px" :src="item" />
</swiper-slide>
</swiper>
@ -320,7 +320,7 @@ export default {
{ name: '合作企业' },
{ name: '联系我们' },
],
imgUrl:'https://f382b38516.zicp.fun',
imgUrl:'https://f382b38516.zicp.fun/',
bannerlist:[],
isMounted: false,
swiperOptions: {
@ -496,6 +496,7 @@ export default {
display: flex;
align-items: center;
justify-content: space-between;
z-index: 99999999999999999;
}
.banner-page {