| | |
| | | class="nacigationBar" |
| | | style="width: 100%; height: {{navBarHeight}}px;" |
| | | > |
| | | <view> |
| | | <t-icon |
| | | name="chevron-left" |
| | | size="30" |
| | | data-name="{{item}}" |
| | | bind:click="goBack" |
| | | <view class="backBtn back-icon"> |
| | | <!-- <t-icon name="chevron-left" size="30" data-name="{{item}}" bind:click="goBack" /> --> |
| | | <image |
| | | src="/static/images/digitalTextbooks/chevron-left.png" |
| | | bind:tap="goBack" |
| | | mode="aspectFit" |
| | | /> |
| | | </view> |
| | | <t-search |
| | |
| | | <view class="bookServices-list" wx:if="{{!skeletonLoding}}"> |
| | | <view class="list-body"> |
| | | <movable-area class="movable-area"> |
| | | <!-- model:scroll-top="{{setScrollValue}}" --> |
| | | <scroll-view |
| | | class="scroll content" |
| | | id="scrollView" |
| | | bind:scroll="onPageScroll" |
| | | model:scroll-top="{{setScrollValue}}" |
| | | scroll-y |
| | | enable-passive="{{true}}" |
| | | refresher-enabled="{{true}}" |
| | | lower-threshold="{{200}}" |
| | | lower-threshold="{{100}}" |
| | | refresher-threshold="{{180}}" |
| | | refresher-default-style="none" |
| | | refresher-triggered="{{triggered}}" |
| | |
| | | </view> |
| | | </view> |
| | | <view wx:if="{{bookList.length == 0}}" class="empyt"> |
| | | <t-empty icon="folder-open" description="暂无数据" /> |
| | | <!-- <t-empty icon="folder-open" description="暂无数据" /> --> |
| | | <empty /> |
| | | </view> |
| | | <view class="bottom-loading" wx:if="{{bottomLoading}}"> |
| | | <t-loading |