Skip to content

Commit

Permalink
Merge pull request #178 from terwer/v4.x
Browse files Browse the repository at this point in the history
feat:fix loadmore
  • Loading branch information
terwer authored Jul 18, 2022
2 parents c9bc853 + 0d2b772 commit bb5806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvue-front/pages/essay/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default {
this.showNores = false;
this.loadText = "加载中...";
const postsResult = await this.$axios.$post("/blog/post/list", {
postType: this.type,
postType: "essay",
postStatus: "publish",
search: this.keyword,
pageNum: ++this.currentPage,
Expand Down

0 comments on commit bb5806f

Please sign in to comment.