...
|
...
|
@@ -219,8 +219,6 @@ |
|
|
console.log(over.indexOf(key)+"播放完毕");
|
|
|
if(over.indexOf(key) == -1){
|
|
|
over.push(key);
|
|
|
}else{
|
|
|
console.log("@@@");
|
|
|
}
|
|
|
console.log(over);
|
|
|
if(over.length == begin.length){
|
...
|
...
|
@@ -235,6 +233,9 @@ |
|
|
console.log("暂停");
|
|
|
vo.currentTime = 0;
|
|
|
vo.pause();
|
|
|
vo.removeEventListener("ended",function(){
|
|
|
console.log(key+"结束监听");
|
|
|
})
|
|
|
// clearInterval(eval(audioTimer[key]));
|
|
|
audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().addClass("b_stop");
|
|
|
/*var highestIntervalId = setInterval(";");
|
...
|
...
|
|