This commit is contained in:
@fawn-nine
2024-09-11 09:52:54 +08:00
parent 9dd7656c3c
commit 72dcbfdd82
4 changed files with 15 additions and 11 deletions

View File

@@ -662,8 +662,8 @@
// paperData = await this.getlocaltestInfo('paperEndTime')
var historyPaper = await this.getingPaper()
this.ingPaper = historyPaper
console.log('对比----------------', historyPaper.classId, this.classId);
if (historyPaper && historyPaper.classId == this.classId) {
// console.log('对比----------------', historyPaper.classId, this.classId);
if (historyPaper&& historyPaper != null && historyPaper.classId == this.classId) {
paperEndTime = this.hourUp(historyPaper.startTime, 1) // 结束的时间戳
this.examId = historyPaper.id
} else {