yiming
2024-04-03 8c794be279e13aa477af7ebbe4bc97570b7da816
pages/retrievalPage/index.wxml
@@ -158,21 +158,16 @@
        <scroll-view scroll-y="{{true}}" class="scrollViewBox" bindscrolltolower="onScrollToLower">
          <view class="outsideHigherBox">
            <view class="higherBox" wx:for="{{bookFairData}}" wx:key="index" wx:for-item="item" wx:for-index="index">
              <view class="outsideHigherImageBox">
                <view bind:tap="downloadData" data-item="{{item}}">
                  <image class="higherImageBox" src="{{item.icon}}" mode="" />
                </view>
                <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="" />
                  <image wx:else="" class="downloadshiftin" src="/static/images/bibliographyList/email.png" mode="" />
                <view class="higherImageBox" data-item="{{item}}">
                  <image 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>
          </view>