Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
qinhua committed Nov 28, 2021
1 parent f3e1907 commit 2ec6fc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/js/joe.index.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@ const homeContext = {
});

// 加载更多
$domLoad.on("click", async function () {
$domLoad.on("click", async function (e) {
e.stopPropagation();
if ($(this).attr("loading")) return;
const lastItemTop = $domList.find(".joe_list__item:last").offset().top;
queryData.page++;
Expand Down

0 comments on commit 2ec6fc6

Please sign in to comment.