Commit 2ee14a45 by doszhang

dos

parent 27846415
......@@ -406,7 +406,7 @@ function prevQuestion() {
setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').addClass('fadeinleft').css('opacity', 1);
setTimeout(function () {
console.log('nowIndex:' + nowIndex);
console.log('nowIndex:' + nowIndex2);
$('.question' + nowIndex2 + '-block').removeClass('fadeinleft').css('opacity', 1);
}, 1000);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment