瀏覽代碼

Merge branch 'iteration-20240912'

lex-xin 7 月之前
父節點
當前提交
50b53a7ac7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/teacher/music/upload/index.tsx

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

@@ -566,7 +566,7 @@ export default defineComponent({
                   </div>
                 ),
                 input: () =>
-                  !browser().isApp ? (
+                  browser().isApp ? (
                     <div class={styles.btnSection}>
                       <Button
                         icon={UploadIcon}