Commit b254756b by doszhang

dos

parent 4bb0544d
......@@ -399,10 +399,13 @@ function initQuestion() {
$('.question1-block').show();
$('.btn-submit').hide();
$('.btn-nextquestion').show();
$('.point').css('left', 0);
$('.poster-canvas-block').html('');
nowQuestionIndex = 1;
answerArr = [];
nowAnswer = '';
watchedQuestion = [1];
resultType = 0;
}
......
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