完成听书 不带图片

This commit is contained in:
@fawn-nine
2023-03-10 17:56:57 +08:00
parent 45cb5d66f7
commit 53d4af542a
3 changed files with 556 additions and 40 deletions

View File

@@ -258,7 +258,8 @@
.then(res => {
this.bookMessage = res.book
this.bokMesDet.bookId = res.book.id
this.bokMesDet.bookName = res.book.name
this.bokMesDet.bookName = res.book.name,
this.bokMesDet.images = res.book.images
if (this.bookMessage.isSale == 1) {
this.buysignContent = '您确定要花费' + this.bookMessage.salePrice + '疯币购买' + this.bokMesDet
.bookName + '吗?'