Commit 438977be authored by limingzhe's avatar limingzhe

fix: debug

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