didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

Swiper 组件的 item 改变不会自动滚动 #150

Closed duxinxiao closed 6 years ago

duxinxiao commented 6 years ago

Mand Mobile Version

1.4.1

OS Version & Browser Version

Chrome 67.0.3396.99

Node Version, Package Management Tool

v9.2.0

Recurring Steps

先给 md-swiper-item 绑定一个空数组 [],然后经过网络请求更新数组,渲染出多个 md-swiper-item

Expectant Behaviors

新的 swiper 可以自动播放

Actual Behaviors

swiper 一直停留在第一页,需手动滚动一页后才会自动播放

duxinxiao commented 6 years ago

@xxyan0205 再提一句,swiper 没有 click 事件啊。。任何一层都捕获不到事件,这个需求很常见的呀

xxyan0205 commented 6 years ago

is-prevent | 是否阻止默认的事件,如页面滚动事件 | Boolean | true | 为swiper-item绑定点击事件需将其设置为false