修复:修改书籍购买跳转和章节锁定问题

This commit is contained in:
2025-12-01 17:58:25 +08:00
parent b4585c93a6
commit 0ab55b538b
6 changed files with 49 additions and 17 deletions

View File

@@ -329,7 +329,7 @@ const handleSearch = ({ value }: { value: string }) => {
*/
const handleMyBookClick = (bookId: number) => {
uni.navigateTo({
url: `/pages/book/reader?isBuy=0&bookId=${bookId}`
url: `/pages/book/reader?isBuy=1&bookId=${bookId}`
})
}