diff --git a/src/assets/image/pathdetails/组 23(1).png b/src/assets/image/pathdetails/组 23(1).png new file mode 100644 index 0000000..b754471 Binary files /dev/null and b/src/assets/image/pathdetails/组 23(1).png differ diff --git a/src/assets/image/pathdetails/组 23.png b/src/assets/image/pathdetails/组 23.png new file mode 100644 index 0000000..8dbf05b Binary files /dev/null and b/src/assets/image/pathdetails/组 23.png differ diff --git a/src/assets/image/pathdetails/组 23@2x.png b/src/assets/image/pathdetails/组 23@2x.png new file mode 100644 index 0000000..2654eac Binary files /dev/null and b/src/assets/image/pathdetails/组 23@2x.png differ diff --git a/src/assets/image/pathdetails/组 23@3x.png b/src/assets/image/pathdetails/组 23@3x.png new file mode 100644 index 0000000..16bbc05 Binary files /dev/null and b/src/assets/image/pathdetails/组 23@3x.png differ diff --git a/src/assets/image/pathdetails/路径图背景线.png b/src/assets/image/pathdetails/路径图背景线.png new file mode 100644 index 0000000..a73f442 Binary files /dev/null and b/src/assets/image/pathdetails/路径图背景线.png differ diff --git a/src/assets/image/pathdetails/路径图背景线@2x.png b/src/assets/image/pathdetails/路径图背景线@2x.png new file mode 100644 index 0000000..be94696 Binary files /dev/null and b/src/assets/image/pathdetails/路径图背景线@2x.png differ diff --git a/src/assets/image/pathdetails/路径图背景线@3x.png b/src/assets/image/pathdetails/路径图背景线@3x.png new file mode 100644 index 0000000..daa6f48 Binary files /dev/null and b/src/assets/image/pathdetails/路径图背景线@3x.png differ diff --git a/src/components/PathDetailImage.vue b/src/components/PathDetailImage.vue new file mode 100644 index 0000000..1f30ac3 --- /dev/null +++ b/src/components/PathDetailImage.vue @@ -0,0 +1,82 @@ + + + \ No newline at end of file diff --git a/src/views/faceteach/FaceTeach.vue b/src/views/faceteach/FaceTeach.vue index 5782d1d..22098fe 100644 --- a/src/views/faceteach/FaceTeach.vue +++ b/src/views/faceteach/FaceTeach.vue @@ -1,82 +1,54 @@ diff --git a/src/views/homework/HomeworkPage.vue b/src/views/homework/HomeworkPage.vue index 4d84702..4a15e8e 100644 --- a/src/views/homework/HomeworkPage.vue +++ b/src/views/homework/HomeworkPage.vue @@ -14,13 +14,11 @@ 下一个 --> - -
+
- -
返回
+ 返回
-
+
diff --git a/src/views/liveBroadcast/LiveBroadcast.vue b/src/views/liveBroadcast/LiveBroadcast.vue index 31f819e..837e3e7 100644 --- a/src/views/liveBroadcast/LiveBroadcast.vue +++ b/src/views/liveBroadcast/LiveBroadcast.vue @@ -1,16 +1,16 @@ diff --git a/src/views/project/ProjectDetails.vue b/src/views/project/ProjectDetails.vue index 68dbff8..ebded70 100644 --- a/src/views/project/ProjectDetails.vue +++ b/src/views/project/ProjectDetails.vue @@ -2,7 +2,7 @@
-
{{data.name}}
+
{{ data.name }}
/
项目详情
@@ -14,12 +14,12 @@
- {{ userInfo.bandDesc }} - 简介 + {{ userInfo.bandDesc }} + 简介 >
- +
@@ -115,7 +115,7 @@
- {{ data.remark || "暂无公告" }} + {{ data.notice || "暂无公告" }}
-
{{ dialogVisibleTip }}
取消 - 确定 + 确定
@@ -374,18 +370,18 @@ const dialogVisibleTip = ref('该任务无法学习,请联系管理员进行 // } function introductionPro() { - dialogVisibleTip.value =data.value.remark; + dialogVisibleTip.value = data.value.remark; dialogVisible.value = true; } -function toFinish(d, sName, chapterId) { - console.log("dddddd", d, sName); +function toFinish(d, sName, chapterOrStageId) { + console.log("dddddd", d, sName, chapterOrStageId); // 作业过期判断 if (d.type == 4) { let date1 = new Date(d.endTime).getTime(); let date2 = new Date().getTime(); if (date1 < date2) { - dialogVisibleTip.value ='当前作业已结束'; + dialogVisibleTip.value = '当前作业已结束'; dialogVisible.value = true; // ElMessage.error("当前作业已结束") return @@ -396,7 +392,7 @@ function toFinish(d, sName, chapterId) { let date1 = new Date(d.endTime).getTime(); let date2 = new Date().getTime(); if (date1 < date2) { - dialogVisibleTip.value ='当前直播已结束'; + dialogVisibleTip.value = '当前直播已结束'; dialogVisible.value = true; return } @@ -405,7 +401,7 @@ function toFinish(d, sName, chapterId) { if (d.type == 5) { if (d.taskStatus == 1 || d.taskStatus == 2) { // ElMessage.error("该任务无法学习,请联系管理员进行替换。") - dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!'; + dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!'; dialogVisible.value = true; return } @@ -414,7 +410,7 @@ function toFinish(d, sName, chapterId) { if (d.type == 11) { if (d.taskStatus == 1 || d.taskStatus == 2) { // ElMessage.error("该任务无法学习,请联系管理员进行替换。") - dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!'; + dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!'; dialogVisible.value = true; return } @@ -424,7 +420,7 @@ function toFinish(d, sName, chapterId) { let date1 = new Date(d.endTime).getTime(); let date2 = new Date().getTime(); if (date1 < date2) { - dialogVisibleTip.value ='当前活动已结束'; + dialogVisibleTip.value = '当前活动已结束'; dialogVisible.value = true; return } @@ -433,7 +429,7 @@ function toFinish(d, sName, chapterId) { if (d.type == 1) { if (d.taskStatus == 1 || d.taskStatus == 2) { // ElMessage.error("该任务无法学习,请联系管理员进行替换。") - dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!'; + dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!'; dialogVisible.value = true; return } @@ -442,7 +438,7 @@ function toFinish(d, sName, chapterId) { if (d.type == 2) { if (d.taskStatus == 1 || d.taskStatus == 2) { // ElMessage.error("该任务无法学习,请联系管理员进行替换。") - dialogVisibleTip.value ='该任务无法学习,请联系管理员进行替换!'; + dialogVisibleTip.value = '该任务无法学习,请联系管理员进行替换!'; dialogVisible.value = true; return } @@ -475,6 +471,7 @@ function toFinish(d, sName, chapterId) { courseId: d.courseId, pName: data.value.name, sName, + chapterOrStageId }, }); } else if (typeof types.value.path[d.type] === "function") { @@ -491,21 +488,23 @@ function whiteTypes(type) { .el-dialog__header { display: none; } + .crumb { color: #fff; display: flex; font-size: 14px; line-height: 24px; + .return { position: absolute; right: 10%; .text { - text-align: center; - display: flex; - flex-direction: row; - align-items: center; - } + text-align: center; + display: flex; + flex-direction: row; + align-items: center; + } } } diff --git a/src/views/roadmap/LearnPath.vue b/src/views/roadmap/LearnPath.vue index 7a25d22..412d4f2 100644 --- a/src/views/roadmap/LearnPath.vue +++ b/src/views/roadmap/LearnPath.vue @@ -1,79 +1,80 @@ diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue index 283789e..338c838 100644 --- a/src/views/roadmap/PathDetails.vue +++ b/src/views/roadmap/PathDetails.vue @@ -1,12 +1,12 @@ diff --git a/src/views/survey/SurveyDetail.vue b/src/views/survey/SurveyDetail.vue index 1e55c2d..ff5cea4 100644 --- a/src/views/survey/SurveyDetail.vue +++ b/src/views/survey/SurveyDetail.vue @@ -1,17 +1,15 @@