一开始使用上拉加载,数据没了以后,显示"没有更多数据了" 然后我调用 mui('#refreshContainer').pullRefresh().disablePullupToRefresh(); 而 "没有更多数据了" 的这行字并不会消失,这是什么情况
pullRefresh: { container: '#pullrefresh', // down: { // callback: pulldownRefresh // }, up: { contentrefresh: '正在加载...', contentnomore:"",//设置为空就可以实现了 callback: pullupRefresh } }
1 个回复
凭海临风
pullRefresh: {
container: '#pullrefresh',
// down: {
// callback: pulldownRefresh
// },
up: {
contentrefresh: '正在加载...',
contentnomore:"",//设置为空就可以实现了
callback: pullupRefresh
}
}