Browse Source

Update index.tsx

lex-xin 1 month ago
parent
commit
877a031f58
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/music/music-detail/index.tsx

+ 1 - 2
src/views/music/music-detail/index.tsx

@@ -812,8 +812,7 @@ export default defineComponent({
                     <>
                       <span
                         style={{
-                          visibility:
-                            state.platformType === 'TEACHER' ? '' : 'hidden'
+                          visibility: state.platformType === 'TEACHER' ? "visible" : "hidden"
                         }}
                         class={styles.download}
                         onClick={() => {