This commit is contained in:
@fawn-nine
2023-10-09 15:39:16 +08:00
parent 4184ec9c36
commit 4cd369bc1c
20 changed files with 3462 additions and 30 deletions

View File

@@ -96,6 +96,14 @@
if (res.code == 0) {
console.log(res, 'res')
this.bookInfo = res.book
if(!this.bookInfo.author || this.bookInfo.author == null){
this.bookInfo.author = {
'authorName' : '未知'
}
console.log(this.bookInfo.author.authorName,'this.bookInfo.author.authorName')
}
//console.log(this.bookInfo.author.authorName,'this.bookInfo.author.authorName')
this.voicesImg = res.book.images
// this.bookInfo.name = res.book.name
this.isBuy = res.book.isBuy