guanchunjie 3 rokov pred
rodič
commit
6aca1b0227

+ 0 - 8
src/components/Adult/preview/AudioLine.vue

@@ -265,14 +265,6 @@ export default {
           }
         });
         this.$refs[audioId].play();
-      }else{
-            let audio = document.getElementsByTagName("audio");
-            audio.forEach((item) => {
-                if (item.id !== audioId) {
-                    item.pause();
-                }
-            });
-            this.$refs[audioId].pause();
       }
     },
     // 将整数转换成 时:分:秒的格式