错误是:[ERROR] : TypeError: refreshpos.endPullUpToRefresh is not a function. (In 'refreshpos.endPullUpToRefresh(true)', 'refreshpos.endPullUpToRefresh' is undefined)
这是一部分代码,求帮忙看下应该怎么接解决
function get_more(refreshpos, ul, index, count, resver) {
view.AppHttpService({
action: 'work.php',
data: {
userid: uarr.user_id,
action: action,
positi: length,
pagenum: count
}
}, function(response) {
if(response.code == '102') {
refreshpos.endPullUpToRefresh(true);
console.log
} else {
refreshpos.endPullUpToRefresh(true);
//mui.toast(response.message);
//更新失败还原状态
}
ul.innerHTML = ul.innerHTML + html;
})
}