Merge branch 'develop' of http://25.13.9.101:9000/K17_AITS/tra-app into develop
This commit is contained in:
@@ -179,6 +179,11 @@ const getData = async flag => {
|
||||
if (isPreview.value) {
|
||||
resStartStudyNow(body.teacheList)
|
||||
} else {
|
||||
if(body.isStdyFinish === 'Y'){
|
||||
// 重新学习
|
||||
resStartStudyNow(body.teacheList)
|
||||
return
|
||||
}
|
||||
if (body.stdyProgressFlag === 'N') {
|
||||
step.value = 1
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user