diff --git a/api/modules/growth.js b/api/modules/growth.js
new file mode 100644
index 0000000..aea7ae9
--- /dev/null
+++ b/api/modules/growth.js
@@ -0,0 +1,4 @@
+import ajax from '@/api/manage/manageAjax.js';
+export const getList = (params) => ajax.get(`/manageApi/stu/grow/getStuLearnInfo?userId=${params}`);
+//获取路径图详情
+export const taskList = (id) => ajax.get(`/manageApi/stu/grow/taskList?growId=${id}`);
\ No newline at end of file
diff --git a/pages.json b/pages.json
index 1280bd1..822da09 100644
--- a/pages.json
+++ b/pages.json
@@ -79,7 +79,17 @@
{"path" : "pages/study/audioTest","style" : {"navigationBarTitleText": "音频测试"}},
{"path" : "pages/study/videoTest","style" : {"navigationBarTitleText": "视频频测试"}},
{"path" : "pages/lecturer/certification/list","style" : {"navigationBarTitleText": "讲师信息"}},
- {"path" : "pages/lecturer/certification/info","style" : {"navigationBarTitleText": "讲师信息"}}
+ {"path" : "pages/lecturer/certification/info","style" : {"navigationBarTitleText": "讲师信息"}},
+ {
+ "path" : "pages/learnPath/learnPath",
+ "style" :
+ {
+ "navigationBarTitleText": "成长路径图",
+ "enablePullDownRefresh": false
+
+ }
+
+ }
],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/learnPath/learnPath.vue b/pages/learnPath/learnPath.vue
new file mode 100644
index 0000000..4cf0bf0
--- /dev/null
+++ b/pages/learnPath/learnPath.vue
@@ -0,0 +1,476 @@
+
+
+
+
+
+ 全岗位路径
+
+
+ 高亮显示未完成
+
+
+
+
+
+ 必修
+
+
+
+ 选修
+
+
+ 您的学习之旅已结束
+
+
+
+
+
+ {{item.currentRatio || 0}}%
+
+
+
+
+ {{item.title}}
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/study/index.vue b/pages/study/index.vue
index 358a1cc..da6bf69 100644
--- a/pages/study/index.vue
+++ b/pages/study/index.vue
@@ -14,13 +14,16 @@
-
+
学习任务
我报名的
+
+ 成长路径
+
@@ -123,6 +126,94 @@
+
+
+
+
+
+ {{detailData.growName || ''}}
+
+ {{detailData.organizationName || ''}}
+ 学习状态:{{detailData.studyStatus==0?'未开始':detailData.studyStatus==1?'已完成':'进行中'}}
+
+
+
+ 共享文档
+
+
+
+
+
+
+ 人工智能启蒙讲解讲义.pptx
+
+
+ 下载
+
+
+
+
+
+
+
+
+ 说明
+
+
+
+ {{detailData.remark || ''}}
+
+
+
+
+
+
+ 学习进度
+
+
+
+
+ 总任务:
+ 当前任务:
+
+
+ {{detailData.taskNum}}门
+ {{detailData.currentTaskName}}
+
+
+
+
+
+
+
+
+ {{detailData.overallCompletionRate==0?'开始学习':detailData.overallCompletionRate==100?'回顾':'继续学习'}}
+
+
+
+
+
+
+
您确定要重新学习吗?
@@ -172,6 +263,24 @@
-->
+
+
+
+ 成长路径说明
+
+
+ 本功能针对学员所在组织、岗位、职级自动匹配成长路径,完成本路径方可晋升
+
+
+ 我已阅读
+
+
+
+
+
+
+
+