diff --git a/src/assets/images/growth/explain.png b/src/assets/images/growth/explain.png new file mode 100644 index 00000000..8dd10ab2 Binary files /dev/null and b/src/assets/images/growth/explain.png differ diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index 94b72e36..06d7c909 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -3,16 +3,22 @@
我的成长路径
-
+
?
什么是成长路径
-
+
+
+
+ 根据您的归属组织、您所在岗位、职级,已为您自动匹配“产品企划岗Band6~7成长路径”,抓紧时间学习吧~ +
+
+
@@ -78,13 +84,33 @@ 总进度
-
+
开始学习
+
+ +
+
+ 本功能针对学员所在组织、岗位、职级自动匹配成长路径,完成本路径方可晋升 +
+
+ 我已阅读 +
+
+ 下次进入不再弹窗 +
+
+
+
@@ -94,24 +120,78 @@ export default { data() { return { downBody: false, + explainBody: false, + centerDialogVisible: true, + checked: false, } }, mounted() { + + }, + watch:{ + }, methods: { handleClose() { this.downBody = false - } + }, + startLearn(){ + this.$router.push({ + path: '/growthpath' + }) + }, } };