zouyf_dev #274

Merged
zouyf merged 2 commits from zouyf_dev into main 2024-09-26 16:26:08 +08:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit def2bd32da - Show all commits

View File

@ -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) {
//