Merge pull request 'zouyf_dev' (#274) from zouyf_dev into main

Reviewed-on: #274
This commit is contained in:
zouyf 2024-09-26 16:26:07 +08:00
commit b1b4d8e9e1
1 changed files with 4 additions and 0 deletions

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