Skip to content

Commit

Permalink
微信书籍列表反转
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit1e committed Sep 28, 2021
1 parent 2bde757 commit ab7ad31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/weread.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function getNotebooklist() {
bookId: i.bookId,
texts: []
}
})
}).reverse()
resolve(list)
}).catch(e => {
if(e === 401) clearCookies()
Expand Down

0 comments on commit ab7ad31

Please sign in to comment.