Commit c846761d by doszhang

dos

parent 63c62f5b
......@@ -115,6 +115,11 @@ $(document).ready(function () {
});
function nextQuestion(e) {
if (e.data.source) {
console.log(1);
}
return false;
let source = e.data.source;
if (nowAnswer !== '') {
answerArr[nowQuestionIndex - 1] = nowAnswer;
......
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