正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
@@ -219,8 +219,6 @@ | @@ -219,8 +219,6 @@ | ||
219 | console.log(over.indexOf(key)+"播放完毕"); | 219 | console.log(over.indexOf(key)+"播放完毕"); |
220 | if(over.indexOf(key) == -1){ | 220 | if(over.indexOf(key) == -1){ |
221 | over.push(key); | 221 | over.push(key); |
222 | - }else{ | ||
223 | - console.log("@@@"); | ||
224 | } | 222 | } |
225 | console.log(over); | 223 | console.log(over); |
226 | if(over.length == begin.length){ | 224 | if(over.length == begin.length){ |
@@ -235,6 +233,9 @@ | @@ -235,6 +233,9 @@ | ||
235 | console.log("暂停"); | 233 | console.log("暂停"); |
236 | vo.currentTime = 0; | 234 | vo.currentTime = 0; |
237 | vo.pause(); | 235 | vo.pause(); |
236 | + vo.removeEventListener("ended",function(){ | ||
237 | + console.log(key+"结束监听"); | ||
238 | + }) | ||
238 | // clearInterval(eval(audioTimer[key])); | 239 | // clearInterval(eval(audioTimer[key])); |
239 | audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().addClass("b_stop"); | 240 | audio.eq(key).parents('.detail_audio_wrap').find(".b3").siblings().addClass("b_stop"); |
240 | /*var highestIntervalId = setInterval(";"); | 241 | /*var highestIntervalId = setInterval(";"); |
-
请 注册 或 登录 后发表评论