作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

视频详情

@@ -190,9 +190,9 @@ @@ -190,9 +190,9 @@
190 getDuration(audio.eq(key),vo) 190 getDuration(audio.eq(key),vo)
191 }); 191 });
192 $(".audio_style").click(function() { 192 $(".audio_style").click(function() {
193 - console.log($('.audio_style').index(this)); 193 + var index = $('.audio_style').index(this);
194 $(audio).each(function (key, vo) { 194 $(audio).each(function (key, vo) {
195 - if(key == $('.audio_style').index(this)){ 195 + if(key == index){
196 console.log(key); 196 console.log(key);
197 vo.play(); 197 vo.play();
198 /*var audioTimer = setInterval(function() { 198 /*var audioTimer = setInterval(function() {