Commit 4a18b55e by doszhang

dos

parent 8327d923

3.52 KB | W: | H:

6.25 KB | W: | H:

Public/static/image2/question-btn-submit.png
Public/static/image2/question-btn-submit.png
Public/static/image2/question-btn-submit.png
Public/static/image2/question-btn-submit.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -83,6 +83,10 @@ function nextQuestion() { ...@@ -83,6 +83,10 @@ function nextQuestion() {
nowAnswer = ''; nowAnswer = '';
$('.question' + nowQuestionIndex + '-block').addClass('fadeoutleft'); $('.question' + nowQuestionIndex + '-block').addClass('fadeoutleft');
nowQuestionIndex++; nowQuestionIndex++;
if (nowQuestionIndex == 5) {
$('.btn-submit').show();
$('.btn-nextquestion').hide();
}
setTimeout(function () { setTimeout(function () {
$('.question' + nowQuestionIndex + '-block').show(); $('.question' + nowQuestionIndex + '-block').show();
}, 900); }, 900);
......
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