From 3ec10b0c2654e1243e42a5ad563d088ac89c87fe Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 27 九月 2024 14:06:56 +0800
Subject: [PATCH] zf

---
 packagePersonal/pages/downloads/index.wxml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packagePersonal/pages/downloads/index.wxml b/packagePersonal/pages/downloads/index.wxml
index 66804a1..d93dac3 100644
--- a/packagePersonal/pages/downloads/index.wxml
+++ b/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>
\ No newline at end of file
+</view>
+<import src="index.skeleton.wxml" />
+<template is="skeleton" wx:if="{{skeletonLoding}}" />
\ No newline at end of file

--
Gitblit v1.9.1