diff --git a/pages/YNEduApp/learnProj/learnProjDetail.vue b/pages/YNEduApp/learnProj/learnProjDetail.vue index d1eaf02..1db40b5 100644 --- a/pages/YNEduApp/learnProj/learnProjDetail.vue +++ b/pages/YNEduApp/learnProj/learnProjDetail.vue @@ -14,7 +14,7 @@
{{ stageItem.stageName }} - +
@@ -173,7 +173,7 @@ export default { this.$verificationToken() uni.request({ method: 'post', - url: config.bmwUrl + '/studyWork/StudyWorkAll', + url: config.bmwUrl + '/studyWork/studyWorkAllApp', data: params, header: { 'Content-Type': 'application/x-www-form-urlencoded', @@ -205,7 +205,7 @@ export default { stageId: content.stageId, // 阶段id stageContentId: content.id, // 阶段内容id stageType: content.stageType, // 阶段类型 - studyCourseId: content.forgeId || '', + studyCourseId: item.id || '', sourceId: item.id, // 素材id path: item.path, // 视频路径 studyDuration: item.studyDuration || 0, // 学习时长 @@ -342,7 +342,7 @@ export default { font-style: 20px; .item-stage { - height: 50px; + height: 30px; margin: 8px 0; font-size: 16px; display: flex; @@ -444,12 +444,13 @@ export default { .list-wrapper { padding: 10px; - min-height: 90px; + min-height: 60px; + height: auto; display: flex; justify-content: space-between; align-items: center; /* padding: 20px 0; */ - margin-bottom: 10px; + margin-bottom: 3px; padding-bottom: 5px; border-bottom: 1px solid #f0f0f0; color: #b0b0b0;