index.wxml 359 B

1234567891011
  1. <!--components/tail_tip/index.wxml-->
  2. <view class="tip-area" wx:if="{{type === 1}}">
  3. <van-loading size="26rpx" text-size="26rpx" color="#c9c9c9">加载中...</van-loading>
  4. </view>
  5. <view class="tip-area" wx:if="{{type === 2}}">
  6. <text>~下拉加载更多~</text>
  7. </view>
  8. <view class="tip-area" wx:if="{{type === 3}}">
  9. <text>~暂无更多~</text>
  10. </view>