index.axml 356 B

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