소스 검색

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}