dcloudio / dcloudio/mui

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

Open
#377 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
13.5k
Forks
6.5k
PR merge metrics
No merged PRs in 30d

Description

`
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
})
`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.