Commit 438977be authored by limingzhe's avatar limingzhe

fix: debug

parent 5ffe8c2b
......@@ -436,7 +436,7 @@ export default class NewClass extends middleLayerBase {
onHomeworkFinish(d1 = null, d2 = null) {
if (this.studyRecord) {
this.defaultReportData();
// this.defaultReportData();
}
......@@ -672,7 +672,7 @@ export default class NewClass extends middleLayerBase {
if (this.isStudyRecordReported) {
return;
}
if (this.studyRecord) {
this.isStudyRecordReported = true;
console.log('reportData 2');
......
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