Skip to content

Commit

Permalink
修复合集倒序切换时不加载的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooock committed Sep 20, 2024
1 parent 9de7b79 commit fdc586c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/dashboard/album.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ function toggleReverse() {
isReverse.value = !isReverse.value
albumArticles.length = 0
if (parseInt(albumBaseInfo.value!.article_count) <= 10) {
loadMoreData()
}
}
async function loadMoreData() {
Expand Down

0 comments on commit fdc586c

Please sign in to comment.