Commit 47342c3d by doszhang

dos

parent e9bbe17e
...@@ -393,7 +393,7 @@ function prevQuestion() { ...@@ -393,7 +393,7 @@ function prevQuestion() {
console.log('nowIndex:' + nowIndex); console.log('nowIndex:' + nowIndex);
$('.question' + nowQuestionIndex + '-block').addClass('fadeoutright'); $('.question' + nowQuestionIndex + '-block').addClass('fadeoutright');
setTimeout(function () { setTimeout(function () {
$('.question' + nowIndex + '-block').removeClass('fadeoutright').hide(); // $('.question' + nowIndex + '-block').removeClass('fadeoutright').hide();
}, 1000); }, 1000);
$('.btn-submit').hide(); $('.btn-submit').hide();
$('.btn-nextquestion').show(); $('.btn-nextquestion').show();
......
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