Commit 606057ac by doszhang

dos

parent b2fe52cc
......@@ -390,6 +390,7 @@ function submitAnswer() {
function prevQuestion() {
if (nowQuestionIndex != 1) {
let nowIndex = nowQuestionIndex;
console.log('nowIndex:' + nowIndex);
$('.question' + nowQuestionIndex + '-block').addClass('fadeoutright');
setTimeout(function () {
$('.question' + nowIndex + '-block').removeClass('fadeoutright').hide();
......
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