浏览代码

Update index.tsx

lex-xin 10 月之前
父节点
当前提交
b9a9e9a803
共有 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}