litian
2024-07-10 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d
packagePersonal/pages/downloads/index.wxml
@@ -27,7 +27,8 @@
      </view>
    </view>
    <view wx:if="{{list.length == 0 && !skeletonLoding}}" class="empyt">
      <t-empty icon="folder-open" description="暂无数据" />
      <!-- <t-empty icon="folder-open" description="暂无数据" /> -->
      <empty />
    </view>
    <view class="bottom-loading" wx:if="{{bottomLoading}}">
      <t-loading theme="circular" size="40rpx" text="加载中..." class="wrapper" />
@@ -35,9 +36,8 @@
    <view class="bottom-loading" style="color: #ccc;font-size: 28rpx;" wx:if="{{isMoreData}}">
      <text>没有更多了</text>
    </view>
    <view class="body-loading" wx:if="{{skeletonLoding}}">
      <t-loading theme="circular" size="40rpx" text="加载中..." class="wrapper" />
    </view>
  </scroll-view>
  <t-back-top theme="round" wx:if="{{isBackTop}}" text="顶部" bind:to-top="onToTop"></t-back-top>
</view>
</view>
<import src="index.skeleton.wxml" />
<template is="skeleton" wx:if="{{skeletonLoding}}" />