This commit is contained in:
yanwenlong
2023-09-20 10:28:23 +08:00
parent 491c40d0f4
commit 7e23fdeb4d

View File

@@ -10,7 +10,7 @@
<view class="bookInfo-inner">
<span class="title">{{productInfo.bookName}}</span>
<span class="author">作者{{productInfo.authorName}}</span>
<view class="description">简介{{productInfo.content}}</view>
<view class="description">简介{{productInfo.bookdesc}}</view>
</view>
</view>
<view class="mainContent">