-- 用户头像

This commit is contained in:
yuping
2022-12-22 17:27:42 +08:00
parent 7dc8c67742
commit ba53032e6e
2 changed files with 4 additions and 4 deletions

View File

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