Commit aebb4138 authored by limingzhe's avatar limingzhe

fix: debug

parent 5bc99a1f
......@@ -368,7 +368,7 @@ export default class NewClass extends middleLayerBase {
this.callNetworkApiPostNew(`learning-camp/finish/${this.curUserId}/${this.curHomeworkId}`, {
syllabus_id: this.curSyllabusId,
homework_id: this.curHomeworkId,
result: JSON.stringify(data || {}),
// result: JSON.stringify(data || {}),
}, res => {
this.curSyllabusId = null;
......
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