修复:修改书籍购买跳转和章节锁定问题
This commit is contained in:
@@ -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}`
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user