dev #63

Merged
wangzhongjie merged 206 commits from dev into main 2024-12-16 10:31:20 +08:00
Showing only changes of commit 6097346330 - Show all commits

View File

@ -426,7 +426,9 @@ struct UserInfo {
that.interval = setInterval(() => {
if (that.numCount < 3) {
that.numCount++
that.getExaminationStudentInfoFn()
if(that.list.length){
that.getExaminationStudentInfoFn()
}
}
}, 5000)
}else{
@ -436,7 +438,9 @@ struct UserInfo {
if(that.list.length == 0){
clearInterval(that.interval)
that.interval = setInterval(() => {
if(that.list.length){
that.getExaminationStudentInfoFn()
}
}, 5000)
}else{
that.getExaminationStudentInfoFn()