闫增涛
2024-04-01 aa2c08b3be23a01d44205b2c19d21a2bf53f944f
pages/bibliographyList/index.wxml
@@ -39,10 +39,14 @@
      </view>
      <view wx:else class="outsideHigherBox">
        <view class="higherBox" wx:for="{{higherList}}" wx:key="index" wx:for-item="item" wx:for-index="index" bind:tap="downloadData" data-item="{{item}}">
        <view class="higherBox" wx:for="{{higherList}}" wx:key="index" wx:for-item="item" wx:for-index="index">
          <view class="outsideHigherImageBox">
            <image class="higherImageBox" src="{{item.icon}}" mode="" />
            <view class="downloadIcon" data-item="{{item}}">
            <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="" />
@@ -112,6 +116,12 @@
        <text wx:if="{{isMore == false}}">没有更多了</text>
      </view>
    </t-tab-panel>
  </t-tabs>
</view>
<view class="dialogBox">
  <t-dialog visible="{{showWithInput}}" title="请输入邮箱" confirm-btn="确定" cancel-btn="取消" bind:confirm="onConfirm" bind:cancel="closeDialog">
    <t-input model:value="{{input}}" borderless class="dialog-input" clearable slot="content" placeholder="请输入邮箱号" placeholder-class="placeholder" bindchange="onEmailInput" />
  </t-dialog>
</view>