Commit 2c9ea85d authored by limingzhe's avatar limingzhe

fix: debug

parent aebb4138
......@@ -364,6 +364,9 @@ export default class NewClass extends middleLayerBase {
}
console.log('in onHomeworkFinish 1');
console.log(' curUserId : ' + this.curUserId);
console.log(' curHomeworkId : ' + this.curHomeworkId);
console.log(' curSyllabusId : ' + this.curSyllabusId);
this.callNetworkApiPostNew(`learning-camp/finish/${this.curUserId}/${this.curHomeworkId}`, {
syllabus_id: this.curSyllabusId,
......
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