Commit b7b9f6ee by doszhang

dos

parent 606057ac
......@@ -398,6 +398,7 @@ function prevQuestion() {
$('.btn-submit').hide();
$('.btn-nextquestion').show();
nowQuestionIndex--;
nowIndex = nowQuestionIndex;
nowAnswer = answerArr[nowQuestionIndex - 1];
$('.question-page .point').animate({
'left': '' + 5.5 * (nowQuestionIndex - 1) + 'rem'
......
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