...
|
...
|
@@ -200,7 +200,7 @@ |
|
|
console.log(audioTimer);
|
|
|
if(key == index){
|
|
|
console.log(vo.currentTime);
|
|
|
if(vo.currentTime == 0){
|
|
|
if(vo.currentTime == 0 || vo.currentTime == vo.duration){
|
|
|
console.log(audioTimer[key]);
|
|
|
vo.play();
|
|
|
var audioTime = parseInt(vo.duration);
|
...
|
...
|
@@ -226,7 +226,6 @@ |
|
|
audioTime = parseInt(vo.duration);
|
|
|
audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().removeClass("b_active");
|
|
|
clearInterval(audioTimer[key]);
|
|
|
vo.currentTime = 0;
|
|
|
}
|
|
|
}, 1000);
|
|
|
}else{
|
...
|
...
|
|