| | |
| | | <view class="navBox"> |
| | | <view class="titleBox" wx:for="{{tabList}}" bindtap="tabsOn" data-idx="{{item.index}}"> |
| | | <view class="tabIndexBox"> |
| | | <text class="{{item.index == tabsId ? 'fontColorBox' : ''}}">{{item.title}} ({{item.bookTotal}}) </text> |
| | | <text class="{{item.index == tabsId ? 'fontColorBox' : ''}}">{{item.title}} ({{item.bookTotal}}) |
| | | </text> |
| | | </view> |
| | | <hr class="{{item.index == tabsId ? 'lineBox' : ''}}" /> |
| | | </view> |
| | |
| | | <empty /> |
| | | </view> |
| | | </scroll-view> |
| | | |
| | | </swiper-item> |
| | | <swiper-item> |
| | | <scroll-view scroll-y="{{true}}" class="scrollViewBox" bindscrolltolower="onScrollToLower"> |
| | |
| | | <empty /> |
| | | </view> |
| | | </scroll-view> |
| | | |
| | | </swiper-item> |
| | | <swiper-item> |
| | | <scroll-view scroll-y="{{true}}" class="scrollViewBox" bindscrolltolower="onScrollToLower"> |
| | |
| | | <empty /> |
| | | </view> |
| | | </scroll-view> |
| | | |
| | | </swiper-item> |
| | | <swiper-item> |
| | | <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 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"> |
| | | <view class="higherImageBox" bind:tap="openBookFair" data-item="{{item}}"> |
| | | <image src="{{item.icon}}" mode="aspectFill" /> |
| | | <view class="downloadIcon" data-item="{{item}}" data-key="showWithInput" catch: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> |
| | |
| | | </scroll-view> |
| | | </swiper-item> |
| | | </swiper> |
| | | <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> |
| | | </view> |
| | | <view class="dialogBox" wx:if="{{showWithInput}}"> |
| | | <t-dialog visible="{{showWithInput}}" title="请输入邮箱" confirm-btn="确定" cancel-btn="取消" bind:confirm="onConfirm" bind:cancel="closeDialog"> |
| | | <t-input value="{{input}}" borderless class="dialog-input" clearable slot="content" placeholder="请输入邮箱号" placeholder-class="placeholder" bindchange="onEmailInput" /> |
| | | </t-dialog> |
| | | </view> |
| | | </view> |