Browse Source

Update music-detail.tsx

lex 9 months ago
parent
commit
dd982a638e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/accompany/music-detail.tsx

+ 1 - 0
src/views/accompany/music-detail.tsx

@@ -213,6 +213,7 @@ export default defineComponent({
     }
 
     const onSubmit = () => {
+      player.value?.pause()
       openView(staffData.details)
     }