| | |
| | | bind:submit="onSearchSubmit" |
| | | class="searchBox" |
| | | model:value="{{searchVal}}" |
| | | placeholder="请输入关键词/书名/ISBN/作者" |
| | | placeholder="请输入关键词/书名/ISBN/作者/项目负责人" |
| | | /> |
| | | <view class="cancellation" bind:tap="onCancellation">取消</view> |
| | | </view> |
| | |
| | | class="downloadIcon" |
| | | data-item="{{item}}" |
| | | data-key="showWithInput" |
| | | bind:tap="mailbox" |
| | | catch:tap="mailbox" |
| | | > |
| | | <image |
| | | wx:if="{{determine}}" |
| | |
| | | </swiper-item> |
| | | </swiper> |
| | | </view> |
| | | <view class="dialogBox" wx:if="{{showWithInput}}"> |
| | | <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" |
| | | /> |
| | | <!-- <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> |
| | | <view wx:if="{{showWithInput}}"> |
| | | <view class="popup-box" bindtap="closeDialog"></view> |
| | | <view class="info-center" style="top:{{height*0.4}}px;"> |
| | | <view> |
| | | <view class="row-info"> |
| | | <view class="body"> |
| | | <view class="dialog-title">请输入邮箱</view> |
| | | <view class="input-box"> |
| | | <t-input |
| | | style="{{inputStyle}}" |
| | | class="input" |
| | | placeholder="请输入邮箱号" |
| | | value="{{input}}" |
| | | bind:change="onEmailInput" |
| | | ></t-input> |
| | | </view> |
| | | </view> |
| | | <view class="row-btn"> |
| | | <view class="left-btn" bindtap="closeDialog">取消</view> |
| | | <view class="right-btn" bindtap="onConfirm">确认</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |