...
|
...
|
@@ -197,7 +197,6 @@ |
|
|
var index = $('.audio_style').index(this);
|
|
|
$(audio).each(function (key, vo) {
|
|
|
if(key == index){
|
|
|
console.log(key);
|
|
|
vo.play();
|
|
|
var audioTime = parseInt(vo.duration);
|
|
|
var audioTimer = setInterval(function() {
|
...
|
...
|
@@ -213,7 +212,8 @@ |
|
|
if(over.indexOf(key)){
|
|
|
over.push(key)
|
|
|
}
|
|
|
console.log(over);
|
|
|
console.log(over.length);
|
|
|
console.log(begin.length);
|
|
|
if(over.length == begin.length){
|
|
|
$(".quest_box").removeClass("quest_ans");
|
|
|
// 重新答题
|
...
|
...
|
|