yiming
2024-03-15 097cdcd70b1d95f5fc581ea2bedc4faeba8259f2
pages/bookExhibitionDetails/index.wxml
@@ -1,5 +1,11 @@
<!--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">{{bookName}}</view>
</view>
<view class="headBox">
  <text class="titleBox">{{bookName}}</text>
@@ -12,7 +18,7 @@
<image class="partingBox" src="/static/images/bookExhibitionDetails/Parting.png" mode="" />
<image class="partingBox" src="/static/images/bookExhibitionDetails/Parting.png" mode="aspectFill" />
<image class="bannerBox" src="{{bookImage}}" mode="" />