闫增涛
12 小时以前 d7b7435558c15789e9a2c650389cd28ce88d443b
packageBookService/pages/bookServices/detail/components/brief/index.wxml
@@ -4,11 +4,11 @@
      <view>
        <image src="/static/images/bookService/detail/label.png" />
      </view>
      <view class="title-name">基本信息</view>
      <view class="title-name">内容简介</view>
    </view>
    <rich-text nodes="{{content}}" style="{{richStyle}}"></rich-text>
    <rich-text nodes="{{content}}" style="{{richStyle}}"></rich-text>
  </view>
  <view class="basic" wx:if="{{content}}">
  <view class="basic" wx:if="{{catalogue}}">
    <view class="basic-title">
      <view>
        <image src="/static/images/bookService/detail/label.png" />
@@ -26,4 +26,4 @@
    </view>
  </view>
  <rich-text nodes="{{authorIntroduction}}" style="{{richStyle}}" />
</view>
</view>