| | |
| | | </view> |
| | | <view class="home-page-header"> |
| | | <view class="bg"> |
| | | <image src="/static/images/home/home-bg.png" mode="heightFix" class="image" /> |
| | | <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" /> |
| | |
| | | </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"> |
| | |
| | | </view> |
| | | </view> |
| | | </t-pull-down-refresh> |
| | | |
| | | <t-popup |
| | | <!-- 新年公告弹窗 --> |
| | | <!-- <t-popup |
| | | visible="{{showStateMenu}}" |
| | | bind:visible-change="onVisibleChange" |
| | | placement="center" |
| | |
| | | bind:tap="closeStateMenu" |
| | | /> |
| | | </view> |
| | | </t-popup> |
| | | </t-popup> --> |
| | | </view> |
| | | <import src="home.skeleton.wxml" /> |
| | | <template is="skeleton" wx:if="{{loading}}" /> |