Commit c2eb6249 authored by limingzhe's avatar limingzhe

fix: debug

parent 30e3dba2
......@@ -1455,7 +1455,7 @@ cc.Class({
});
}
if (curQuesIndex >= this.quesArr.length - 1) {
if (this.curQuesIndex >= this.quesArr.length - 1) {
onHomeworkFinish();
console.log(' in serverStopTest onHomeworkFinish');
......
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 to comment