fix:学员是否在任务中判断

This commit is contained in:
wyx
2023-03-30 11:25:32 +08:00
parent a40cb74bfb
commit 2b920ab8ed
11 changed files with 11 additions and 11 deletions

View File

@@ -168,7 +168,7 @@ const { data } =
path: "/loseefficacy",
});
} else {
if (e.code === 6) {
if (res.code === 6) {
console.log("作业判断", e);
router.push({
path: "/notpath",