- <view class='tailTip-index {{className}}' style='{{style}}' ref='saveChildRef0'>
- <view class='tip-area' a:if='{{type === 1}}'>
- <van-loading size='26rpx' text-size='26rpx' color='#c9c9c9' ref='saveChildRef1'>
- 加载中...
- </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>
- </view>
|