黄琪勇 1 gadu atpakaļ
vecāks
revīzija
009a39f713

BIN
src/view/audio-list/img/icon_loading_head.png


+ 0 - 0
src/view/audio-list/icon_loading_img.png → src/view/audio-list/img/icon_loading_img.png


+ 1 - 1
src/view/audio-list/index.module.less

@@ -60,7 +60,7 @@
             background-color: transparent;
             width: 35px;
             height: 37px;
-            background-image: url('./image/icon_loading_head.png');
+            background-image: url('./img/icon_loading_head.png');
             background-repeat: no-repeat;
             background-size: 100% 100%;
         }

+ 1 - 1
src/view/audio-list/loading.tsx

@@ -1,5 +1,5 @@
 import { defineComponent, ref } from "vue"
-import icon_loading_img from "./icon_loading_img.png"
+import icon_loading_img from "./img/icon_loading_img.png"
 import { Progress } from "vant"
 import styles from "./index.module.less"
 import state from "/src/state"