Commit b254756b by doszhang

dos

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