litian
2024-10-11 df95501a7d85d5490f3720dac7f93ecb05bfe85e
pages/bookExhibitionDetails/index.wxml
@@ -25,24 +25,18 @@
      </view>
    </view>
    <image class="partingBox" src="/static/images/bookExhibitionDetails/Parting.png" mode="aspectFill" />
    <view class="bannerBox">
      <image src="{{bookImage}}" mode="aspectFit" />
    </view>
    <view class="textContent">
      <rich-text nodes="{{bookContent}}"></rich-text>
      <!-- <text>{{bookContent}}</text> -->
    </view>
    <view class="outsideBooksBox">
      <view class="booksBox" wx:for="{{bookExhibitionList}}" wx:key="index" wx:for-item="item" wx:for-index="index" data-item="{{item}}" bind:tap="onBookDetails">
        <view class="outsideBooksImageBox">
          <image src="{{item.icon}}" mode="aspectFit" />
          <image src="{{item.icon ? item.icon : '/static/images/default-book-img.png'}}" mode="aspectFit" />
        </view>
        <view class="booksTextBox"> <text>{{item.name}}</text></view>
        <view class="boosAuthor">{{item.author}}</view>