index.axml 476 B

1234567891011121314
  1. <view class='tailTip-index {{className}}' style='{{style}}' ref='saveChildRef0'>
  2. <view class='tip-area' a:if='{{type === 1}}'>
  3. <van-loading size='26rpx' text-size='26rpx' color='#c9c9c9' ref='saveChildRef1'>
  4. 加载中...
  5. </van-loading>
  6. </view>
  7. <view class='tip-area' a:if='{{type === 2}}'>
  8. <text>
  9. ~下拉加载更多~ </text>
  10. </view> <view class='tip-area' a:if='{{type === 3}}'>
  11. <text>
  12. ~暂无更多~ </text>
  13. </view>
  14. </view>