From 8c794be279e13aa477af7ebbe4bc97570b7da816 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期三, 03 四月 2024 16:32:15 +0800 Subject: [PATCH] 线上书展bug3 --- pages/bibliographyList/index.wxml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/bibliographyList/index.wxml b/pages/bibliographyList/index.wxml index 07af9b7..af18f5a 100644 --- a/pages/bibliographyList/index.wxml +++ b/pages/bibliographyList/index.wxml @@ -41,14 +41,13 @@ <view wx:else class="outsideHigherBox"> <view class="higherBox" wx:for="{{higherList}}" wx:key="index" wx:for-item="item" wx:for-index="index"> <view class="outsideHigherImageBox"> - <view class="higherImageBox" bind:tap="downloadData" data-item="{{item}}"> - <image src="{{item.icon}}" mode="aspectFill" /> + <view class="higherImageBox"> + <image data-item="{{item}}" bind:tap="downloadData" src="{{item.icon}}" mode="aspectFill" /> <view class="downloadIcon" data-item="{{item}}" data-key="showWithInput" bind:tap="mailbox"> <image wx:if="{{determine}}" class="download" src="/static/images/bibliographyList/email-click.png" mode="aspectFit" /> <image wx:else="" class="downloadshiftin" src="/static/images/bibliographyList/email.png" mode="aspectFit" /> </view> </view> - </view> <view class="higherTextBox">{{item.name}}</view> </view> -- Gitblit v1.9.1