Ver código fonte

还原判断

lex 9 meses atrás
pai
commit
7775b68bb4
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      src/teacher/music/upload/index.tsx

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

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