Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tower1229 committed Aug 22, 2018
1 parent d9beb9f commit f121a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/demo/scrollload/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ define(function(require) {
nomore: function() {
//返回数据需要有count字段,否则永远不会触发nomore回调
app.toast('没有更多了');
scrollLoadHandle && scrollLoadHandle.destory();
scrollLoadHandle && scrollLoadHandle.destroy();
}
});

Expand Down

0 comments on commit f121a73

Please sign in to comment.