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

视频详情

@@ -213,7 +213,6 @@ @@ -213,7 +213,6 @@
213 audio.eq(key).parents('.detail_audio_wrap').find(".b5").addClass("b_active"); 213 audio.eq(key).parents('.detail_audio_wrap').find(".b5").addClass("b_active");
214 } 214 }
215 if (audioTime <= 0) { 215 if (audioTime <= 0) {
216 - vo.currentTime = 0;  
217 if(over.indexOf(key)){ 216 if(over.indexOf(key)){
218 over.push(key) 217 over.push(key)
219 } 218 }
@@ -226,7 +225,8 @@ @@ -226,7 +225,8 @@
226 } 225 }
227 audioTime = parseInt(vo.duration); 226 audioTime = parseInt(vo.duration);
228 audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().removeClass("b_active"); 227 audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().removeClass("b_active");
229 - clearInterval(audioTimer[key]) 228 + clearInterval(audioTimer[key]);
  229 + vo.currentTime = 0;
230 } 230 }
231 }, 1000); 231 }, 1000);
232 }else{ 232 }else{