Commit ce8f6e76 by doszhang

dos

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