提交 c0b7e6e4 authored 作者: lihuihui's avatar lihuihui

update

上级 86023cd0
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
listData: [], listData: [],
swiperOption: { swiperOption: {
speed: 400, speed: 400,
autoplay: true, // autoplay: true,
delay: 3000, delay: 3000,
loop: true, loop: true,
pagination: { pagination: {
...@@ -36,8 +36,8 @@ export default { ...@@ -36,8 +36,8 @@ export default {
clickable: true clickable: true
}, },
direction: 'vertical', direction: 'vertical',
height: 520, height: 500,
autoHeight: true // autoHeight: true
} }
} }
}, },
...@@ -65,7 +65,7 @@ export default { ...@@ -65,7 +65,7 @@ export default {
this.swiper.autoplay.stop() this.swiper.autoplay.stop()
}, },
swiperStart() { swiperStart() {
this.swiper.autoplay.start() // this.swiper.autoplay.start()
}, },
goPage(item) { goPage(item) {
console.log(1123) console.log(1123)
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
.swiper-content{ .swiper-content{
height: 500px; height: 500px;
margin-top: 15px; margin-top: 15px;
// overflow: hidden; overflow: hidden;
img{ img{
width: 100%; width: 100%;
height: 100%; height: 100%;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论