| | |
| | | <image src="https://jsek.bnuic.com/home/image/home-bg.png" mode="heightFix" class="image" /> |
| | | </view> |
| | | <view class="search"> |
| | | <image class="icon" src="/static/images/home/nav_icon_scan.png" bindtap="onIconScanTap" /> |
| | | <image class="icon" src="/static/images/home/nav_icon_scan.png" bindtap="onIconScanTap" mode="aspectFit" /> |
| | | <t-search t-class-input="t-search__input" t-class-input-container="t-search__input-container" placeholder="请输入关键词/书名/ISBN/作者/项目负责人" leftIcon="" bind:submit="onRetrievalPage" model:value="{{searchVal}}"> |
| | | <t-icon slot="left-icon" prefix="wr" name="search" size="40rpx" color="#bbb" bind:tap="onRetrievalPage" /> |
| | | </t-search> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="listBox"> |
| | | <view wx:if="{{specialSubjectList.length > 0}}"> |
| | | <view class="listBox" wx:if="{{specialSubjectList.length > 0}}"> |
| | | <view wx:for="{{specialSubjectList}}" wx:for-item="item" wx:for-index="index" wx:key="index" class="listItemBox"> |
| | | <view class="listItem" bindtap="goSubjectDetail" data-book="{{item}}"> |
| | | <view class="specialSubject-img"> |