- <view class='tip-area' a:if='{{type === 1}}' ref='saveChildRef0'>
- <van-loading size='26rpx' text-size='26rpx' color='#c9c9c9'>
- 加载中...
- </van-loading>
- </view><view class='tip-area' a:if='{{type === 2}}'>
- <text>
- ~下拉加载更多~ </text>
- </view><view class='tip-area' a:if='{{type === 3}}'>
- <text>
- ~暂无更多~ </text>
- </view>
|