Explorar el Código

🐞 fix: loading 修复

wolyshaw hace 3 años
padre
commit
02be03016f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/teacher/music/upload/index.tsx

+ 1 - 1
src/teacher/music/upload/index.tsx

@@ -417,7 +417,7 @@ export default defineComponent({
                           icon={UploadIcon}
                           class={styles.upbtn}
                           onClick={this.naiveBGMp3File}
-                          loading={this.mp3Loading}
+                          loading={this.bgmp3Loading}
                         >
                           {this.bgmp3Url
                             ? this.fileName(this.bgmp3Url)