You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
436 B
9 lines
436 B
<block wx:if="{{pagination.count==0}}"> |
|
<slot wx:if="{{customEmpty}}"></slot> |
|
<image wx:else class="none external-class" src="{{imageUrl}}none.png?t={{Timestamp}}"></image> |
|
</block> |
|
<van-divider contentPosition="center" wx:elif="{{pagination.page<pagination.pages}}"> |
|
<van-loading /> |
|
加载中... |
|
</van-divider> |
|
<van-divider contentPosition="center" wx:elif="{{pagination.page>=pagination.pages}}">没有更多了</van-divider>
|
|
|