liushengqiang 1 year ago
parent
commit
1a7b15a358

+ 2 - 1
src/components/m-full-refresh/index.tsx

@@ -5,6 +5,7 @@ import { Vue3Lottie } from 'vue3-lottie';
 import AstronautJSON from './datas/data.json';
 import 'vue3-lottie/dist/style.css';
 import loading from './loading.gif';
+import loadingJSon from './loading.json';
 export default defineComponent({
   name: 's-full-refresh',
   props: {
@@ -41,7 +42,7 @@ export default defineComponent({
           loading: () => (
             <div>
               {
-                <Image src={loading} class={styles.loading} />
+                <Image src={loadingJSon.loading} class={styles.loading} />
                 // <Vue3Lottie
                 //   class={styles.animateWrap}
                 //   animationData={AstronautJSON}></Vue3Lottie>

File diff suppressed because it is too large
+ 1 - 0
src/components/m-full-refresh/loading.json


Some files were not shown because too many files changed in this diff