...
|
...
|
@@ -213,7 +213,6 @@ |
|
|
audio.eq(key).parents('.detail_audio_wrap').find(".b5").addClass("b_active");
|
|
|
}
|
|
|
if (audioTime <= 0) {
|
|
|
vo.currentTime = 0;
|
|
|
if(over.indexOf(key)){
|
|
|
over.push(key)
|
|
|
}
|
...
|
...
|
@@ -226,7 +225,8 @@ |
|
|
}
|
|
|
audioTime = parseInt(vo.duration);
|
|
|
audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().removeClass("b_active");
|
|
|
clearInterval(audioTimer[key])
|
|
|
clearInterval(audioTimer[key]);
|
|
|
vo.currentTime = 0;
|
|
|
}
|
|
|
}, 1000);
|
|
|
}else{
|
...
|
...
|
|