dev #63

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

View File

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