Commit 3d258e07 authored by zhengke's avatar zhengke

修改

parent c38eb47c
...@@ -1122,6 +1122,7 @@ ...@@ -1122,6 +1122,7 @@
getSwiper(index) { getSwiper(index) {
var index = index; // index为指定将要切换到的slide的索引 var index = index; // index为指定将要切换到的slide的索引
this.swiperV.slideTo(index, 100, false); this.swiperV.slideTo(index, 100, false);
this.swiperV.slides[index].scrollTop=0;
this.showDialog = false; this.showDialog = false;
}, },
goDaySwiper(index,id) { goDaySwiper(index,id) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment