From ebc4b38668210c7066d94be839804792cac40cb5 Mon Sep 17 00:00:00 2001 From: wyx Date: Thu, 22 Dec 2022 18:23:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=A2=9E=E5=8A=A0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E3=80=81=E5=AD=A6=E4=B9=A0=E8=B7=AF=E5=BE=84=E5=9B=BE=E7=AE=80?= =?UTF-8?q?=E4=BB=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/ProjectDetails.vue | 17 +++++++++++++--- src/views/roadmap/PathDetails.vue | 29 +++++++++++++++++++++++++++- 2 files changed, 42 insertions(+), 4 deletions(-) diff --git a/src/views/project/ProjectDetails.vue b/src/views/project/ProjectDetails.vue index b51b257..75c84af 100644 --- a/src/views/project/ProjectDetails.vue +++ b/src/views/project/ProjectDetails.vue @@ -2,12 +2,18 @@
- - +
{{data.name}}
+
/
项目详情
-
{{ userInfo.bandDesc }}
+
+ {{ userInfo.bandDesc }} + 简介 + > + +
+
@@ -361,6 +367,11 @@ const dialogVisibleTip = ref('该任务无法学习,请联系管理员进行 // return true; // } +function introductionPro() { + dialogVisibleTip.value =data.value.remark; + dialogVisible.value = true; +} + function toFinish(d, sName, chapterId) { console.log("dddddd", d); // 作业过期判断 diff --git a/src/views/roadmap/PathDetails.vue b/src/views/roadmap/PathDetails.vue index 1770d77..0116756 100644 --- a/src/views/roadmap/PathDetails.vue +++ b/src/views/roadmap/PathDetails.vue @@ -7,7 +7,12 @@
路径图详情
-
{{ userInfo.bandDesc }}
+
+ {{ userInfo.bandDesc }} + 简介 + > + +
@@ -308,6 +313,20 @@
+ + +
{{ dialogVisibleTip }}
+ + 取消 + 确定 + +
@@ -338,6 +357,14 @@ const handleClick = (tab, event) => { }; const path = {1: "path"}; +const dialogVisible = ref(false); +const dialogVisibleTip = ref(''); + +function introductionPro() { + dialogVisibleTip.value =data.value.remark; + dialogVisible.value = true; +} + const types = ref({ typeName: { 1: "在线",