This commit is contained in:
yuping
2022-12-25 21:27:01 +08:00
parent e2bf8e8bb8
commit 9cf5525c9f
2 changed files with 2 additions and 2 deletions

View File

@@ -451,7 +451,7 @@ function toFinish(d, sName, chapterOrStageId) {
return;
}
if (d.type == 3 || d.type == 7) {
request(STUDY_RECORD, {
d.status || request(STUDY_RECORD, {
studentId: data.value.userInfoBo.userId,
targetId: data.value.routerId,
logo: 2,

View File

@@ -460,7 +460,7 @@ function toFinish(d) {
}
}
if (d.type === 3 || d.type === 7) {
request(STUDY_RECORD, {
d.status || request(STUDY_RECORD, {
studentId: userInfo.value.id,
targetId: data.value.routerId,
logo: 1,