Commit e51e6a8c by doszhang

dos

parent 0853d228
......@@ -138,7 +138,7 @@ function nextQuestion(e) {
if (nowQuestionIndex != 5) {
if (nowAnswer !== '') {
let nowIndex = nowQuestionIndex;
answerArr[nowQuestionIndex - 1] = nowAnswer;
nowAnswer = '';
$('.question' + nowQuestionIndex + '-block').addClass('fadeoutleft');
setTimeout(function () {
......
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