Skip to content

Commit

Permalink
feat:fix loadmore
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Jul 18, 2022
1 parent ea714bd commit 0d2b772
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 0d2b772

Please sign in to comment.