Commit 4ea11dbf by doszhang

dos

parent c2860694
......@@ -135,6 +135,7 @@ function prevQuestion() {
}
function nextQuestion(e) {
if (e == 'indexbar' && answerArr[nowQuestionIndex] === undefined) {
if (nowQuestionIndex != 5) {
if (nowAnswer !== '') {
let nowIndex = nowQuestionIndex;
......@@ -168,6 +169,8 @@ function nextQuestion(e) {
}
}
}
}
}
function chooseAnswer(e) {
......
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