Compare commits
3 Commits
2ec9941a20
...
b1b4d8e9e1
Author | SHA1 | Date |
---|---|---|
zouyf | b1b4d8e9e1 | |
“zouyf” | c3bd7b31ee | |
“zouyf” | def2bd32da |
|
@ -539,6 +539,10 @@ const workHandle = (type) => {
|
|||
classWorkAnalysis.view = type
|
||||
const isClose = type != 'quizStats' && !! classWorkActiveData.timerId
|
||||
const isOpen = type == 'quizStats' && !classWorkActiveData.timerId
|
||||
// 每次进来都重新调用一次
|
||||
if(type == 'quizStats') {
|
||||
getWorkFeedList();
|
||||
}
|
||||
if (isClose) clearInterval(classWorkActiveData.timerId) // 关闭定时器
|
||||
if (isOpen) {
|
||||
// 轮询 更新学生作答数据
|
||||
|
|
Loading…
Reference in New Issue