Commit fe9d0c03 by doszhang

dos

parent 08686baa
......@@ -120,6 +120,8 @@ function prevQuestion() {
setTimeout(function () {
$('.question' + nowIndex + '-block').removeClass('fadeoutleft').hide();
}, 1000);
$('.btn-submit').hide();
$('.btn-nextquestion').show();
nowQuestionIndex--;
nowAnswer = answerArr[nowQuestionIndex - 1];
$('.question-page .point').animate({
......
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