暂存
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user