|
@@ -416,7 +416,7 @@ export default {
|
|
submitStudyRecords() {
|
|
submitStudyRecords() {
|
|
let time = new Date().getTime();
|
|
let time = new Date().getTime();
|
|
if (time >= this.commitTime) {
|
|
if (time >= this.commitTime) {
|
|
- this.postStudyRecord(0);
|
|
|
|
|
|
+ this.postStudyRecord(0,null,null);
|
|
this.commitTime = time + 15000;
|
|
this.commitTime = time + 15000;
|
|
}
|
|
}
|
|
},
|
|
},
|