Commit 8fadcbff by doszhang

dos

parent 7b6d1ee5
......@@ -136,7 +136,7 @@ function prevQuestion() {
}
function nextQuestion(e) {
if ((e == 'indexbar' && answerArr[nowQuestionIndex] !== undefined) || e != 'indexbar') {
if ((e == 'indexbar' && watchedQuestion.indexOf(nowQuestionIndex)) || e != 'indexbar') {
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