不选bug 你们技术人员不能看了 我靠
帮忙看下
接口数据获取成功后调用mui.init,上下拉没反应
onMuiRefresh: function () {
const obj = this;
mui.init({
pullRefresh: {
container: '#pullrefresh',
auto: false,
down: {
callback: pulldownRefresh
},
up: {
contentrefresh: '正在加载...',
contentnomore:'没有更多数据了',
callback: pullupRefresh,
}
}
})