| | |
| | | <text class="noMore-text">没有数据</text> |
| | | </view> |
| | | <view wx:if="{{virtualIsLoding}}" class="loading">加载中...</view> <!-- 加载指示器 --> |
| | | <view wx:if="{{ !virtualhasMore && listVirtualData.length > 0}}" class="loading">没有更多数据</view> |
| | | </scroll-view> |
| | | |
| | | <scroll-view class="list-container" wx:else scroll-y="true" scroll-x="false" refresher-enabled="true" bindrefresherrefresh="onPullPhysicalDownRefresh" scroll-x="false" refresher-triggered="{{isPhysicalRefreshing}}" bindscrolltolower="loadPhysicalMore"> |
| | |
| | | <text class="noMore-text">没有数据</text> |
| | | </view> |
| | | <view wx:if="{{physicalIsLoding}}" class="loading">加载中...</view> <!-- 加载指示器 --> |
| | | <view wx:if="{{!physicalHasMore && listPhysicalData.length > 0}}" class="loading">没有更多数据</view> |
| | | </scroll-view> |
| | | </view> |