xz
litian
2024-08-30 485fcbbc57cbf7495286359250135c482ec1360a
packageBookService/pages/bookServices/detail/components/brief/index.wxml
@@ -8,6 +8,15 @@
    </view>
    <rich-text nodes="{{content}}" style="{{richStyle}}"></rich-text>
  </view>
  <view class="basic" wx:if="{{content}}">
    <view class="basic-title">
      <view>
        <image src="/static/images/bookService/detail/label.png" />
      </view>
      <view class="title-name">图书目录</view>
    </view>
    <rich-text nodes="{{catalogue}}" style="{{richStyle}}"></rich-text>
  </view>
  <view class="basic" wx:if="{{authorIntroduction}}">
    <view class="basic-title">
      <view>
@@ -17,4 +26,4 @@
    </view>
  </view>
  <rich-text nodes="{{authorIntroduction}}" style="{{richStyle}}" />
</view>
</view>