正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -217,7 +217,7 @@ | @@ -217,7 +217,7 @@ | ||
217 | }, 1000); | 217 | }, 1000); |
218 | vo.addEventListener("ended", function() { | 218 | vo.addEventListener("ended", function() { |
219 | console.log(key+"播放完毕"); | 219 | console.log(key+"播放完毕"); |
220 | - if(over.indexOf(key)){ | 220 | + if(over.indexOf(key) == -1){ |
221 | over.push(key); | 221 | over.push(key); |
222 | }else{ | 222 | }else{ |
223 | console.log("@@@"); | 223 | console.log("@@@"); |
-
请 注册 或 登录 后发表评论