| | |
| | | </view> |
| | | <scroll-view |
| | | scroll-y="{{true}}" |
| | | scroll-into-view="{{backTop}}" |
| | | refresher-enabled="{{true}}" |
| | | lower-threshold="{{200}}" |
| | | refresher-threshold="{{80}}" |
| | |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="assort-title"> |
| | | <view class="assort-title" id="assort-title"> |
| | | <view class="title-box"></view> |
| | | <view class="title-name">{{assortCheck.name}}</view> |
| | | </view> |
| | |
| | | /> |
| | | </view> |
| | | </view> |
| | | <view class="bottom-box"> |
| | | <view class="bottom-box" wx:if="{{bookList.length}}"> |
| | | <t-loading |
| | | theme="circular" |
| | | size="40rpx" |
| | | class="wrapper" |
| | | wx:if="{{isMore == true}}" |
| | | loading="{{isMore}}" |
| | | /> |
| | | <text wx:if="{{isMore == false}}">没有更多了</text> |
| | | </view> |