闫增涛
2024-04-09 1efd950a5b40ef3bf37a8afd738ff574f68cea35
pages/bookExhibitionDetails/index.wxml
@@ -1,8 +1,14 @@
<!--pages/bookExhibitionDetails/index.wxml-->
<view style="width: 100%; height: {{barHeight}}px; "></view>
<view class="nacigationBar" style="width: 70%; height: {{navBarHeight}}px;">
  <view>
    <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" />
  </view>
  <view class="navbar-title">{{subtitleName}}</view>
</view>
<view class="headBox">
  <text class="titleBox">{{bookName}}</text>
  <view class="titleBox">{{bookName}}</view>
  <view class="informationBox">
    <text class="informationNameBox">发布人:{{bookCreator}}</text>
    <text class="informationTimeBox">发布日期:{{bookBeginDate}}</text>
@@ -12,9 +18,11 @@
<image class="partingBox" src="/static/images/bookExhibitionDetails/Parting.png" mode="" />
<image class="partingBox" src="/static/images/bookExhibitionDetails/Parting.png" mode="aspectFill" />
<view class="bannerBox">
  <image src="{{bookImage}}" mode="aspectFit" />
</view>
<image class="bannerBox" src="{{bookImage}}" mode="" />
<view class="textContent">
  <rich-text nodes="{{bookContent}}"></rich-text>
@@ -27,6 +35,6 @@
      <image class="booksImageBox" src="{{item.icon}}" mode="" />
    </view>
    <view class="booksTextBox"> <text>{{item.name}}</text></view>
    <view class="boosAuthor">{{item.author}}</view>
  </view>
</view>