听书页面
This commit is contained in:
@@ -2934,9 +2934,10 @@ import { nextTick } from "vue";
|
||||
})
|
||||
}
|
||||
// 检查是否已经购买
|
||||
// this.bookMessage.isBuy==0&&this.bookMessage.chapterNum==null&&this.bookMessage.freeChapterCount!=0
|
||||
// this.bookMessage.isBuy==0&&this.bookMessage.chapterNum==null&&this.bookMessage.freeChapterCount!=0
|
||||
// book/bookchaptercontent/appBooksChapterContent?bookid=89&id=4039&userId=10176
|
||||
return this.$http
|
||||
.post('book/bookchaptercontent/appGetBookChapterContent', {
|
||||
.post('book/bookchaptercontent/appBooksChapterContent', {
|
||||
'userId': this.userInfo.id,
|
||||
'bookid': this.bookId_mark,
|
||||
'chapterid': chapterId
|
||||
|
||||
Reference in New Issue
Block a user