From 1efd950a5b40ef3bf37a8afd738ff574f68cea35 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 09 四月 2024 10:39:47 +0800 Subject: [PATCH] 详情页底部按钮显示调整 --- pages/bookExhibitionDetails/index.wxml | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pages/bookExhibitionDetails/index.wxml b/pages/bookExhibitionDetails/index.wxml index b9fcb50..f89c21d 100644 --- a/pages/bookExhibitionDetails/index.wxml +++ b/pages/bookExhibitionDetails/index.wxml @@ -4,11 +4,11 @@ <view> <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> </view> - <view class="navbar-title">{{bookName}}</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> @@ -18,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> @@ -33,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> \ No newline at end of file -- Gitblit v1.9.1