Commit fe9d0c03 by doszhang

dos

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