index.axml 327 B

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