dcloudio / mui

最接近原生APP体验的高性能框架
https://dev.dcloud.net.cn/mui/
MIT License
13.49k stars 6.56k forks source link

在Angular4框架下,出现列表无法滑动到底部,直接被触发刷新的问题 #377

Open 1227233860 opened 6 years ago

1227233860 commented 6 years ago

mui.init({ pullRefresh: { container: ".mui-scroll", up: { contentup: "上拉可加载更多", contentover: "释放立即加载", callback: () => { this.getJob('', this.current_page); mui(".mui-scroll").pullRefresh().endPullupToRefresh(this.have_else); } } } }); mui('.mui-scroll-wrapper').scroll({ deceleration: 0.0005 })

nearwmy commented 6 years ago

请提供具体的示例工程让我们复现你说的情况