mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-10 03:16:47 +08:00
fix 解锁bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user