| | |
| | | <!--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> |
| | |
| | | |
| | | |
| | | |
| | | <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="" /> |
| | | |