Commit fe51cefa authored by limingzhe's avatar limingzhe

fix: debug

parent f4e5198f
...@@ -369,9 +369,10 @@ export default class NewClass extends middleLayerBase { ...@@ -369,9 +369,10 @@ export default class NewClass extends middleLayerBase {
console.log(' curSyllabusId : ' + this.curSyllabusId); console.log(' curSyllabusId : ' + this.curSyllabusId);
this.callNetworkApiPostNew(`v1/learning-camp/finish/${this.curUserId}/${this.curHomeworkId}`, { this.callNetworkApiPostNew(`v1/learning-camp/finish/${this.curUserId}/${this.curHomeworkId}`, {
syllabus_id: this.curSyllabusId, "id": this.curHomeworkId,
homework_id: this.curHomeworkId, "useTime": 10,
// result: JSON.stringify(data || {}), "score": 100,
"accuracy": 1
}, res => { }, res => {
this.curSyllabusId = null; 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