Merge branch 'develop' of ssh://gitlab.dongwu-inc.com:10022/BOE/fe-stu into develop

This commit is contained in:
wyx
2023-02-20 21:08:07 +08:00

View File

@@ -563,7 +563,7 @@ function judgeTaskIsEnd(type, endTimes, status) {
}
async function toFinish(d, sName, chapterOrStageId) {
if (data.unlockMode !== 1 && !d.statusName) {
if (data.value.unlockMode !== 1 && !d.statusName) {
ElMessage.warning("当前未解锁")
return
}