...
|
...
|
@@ -209,12 +209,9 @@ |
|
|
audio.eq(key).parents('.detail_audio_wrap').find(".b5").addClass("b_active");
|
|
|
}
|
|
|
if (audioTime <= 0) {
|
|
|
console.log(over.indexOf(key));
|
|
|
if(over.indexOf(key)){
|
|
|
over.push(key)
|
|
|
}
|
|
|
console.log(over.length);
|
|
|
console.log(begin.length);
|
|
|
if(over.length == begin.length){
|
|
|
$(".detail_qust").removeClass("quest_ans");
|
|
|
$(".quest_box").removeClass("quest_ans");
|
...
|
...
|
|