| | |
| | | <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" |
| | | bind:scroll="onPageScroll" |
| | | model:scroll-top="{{setScrollValue}}" |
| | | scroll-y |
| | | refresher-enabled="{{true}}" |
| | | lower-threshold="{{200}}" |
| | |
| | | </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 |