| | |
| | | <view slot="right" class="delete-btn" bind:tap="onDelete" data-item="{{item}}">删除</view> |
| | | </t-swipe-cell> |
| | | </block> |
| | | <view wx:if="{{feedBackList.length === 0}}" class="noMore-View"> |
| | | <view wx:if="{{listData.length === 0}}" class="noMore-View"> |
| | | <image class="noMore-img" src="/images/no_more.svg" /> |
| | | <text class="noMore-text">没有数据</text> |
| | | </view> |
| | | <view wx:if="{{loading}}" class="loading">加载中...</view> <!-- 加载指示器 --> |
| | | <view wx:if="{{!hasMore&&listData.length>0}}" class="loading">没有更多数据</view> <!-- 加载指示器 --> |
| | | </scroll-view> |
| | | |
| | | |