{{ name }}
合格标准:学习进度达到{{ eligibility }}%{{ createUserName }}
+
培训内容:{{ listStageContentNum || '暂无' }}
-
+
@@ -30,7 +33,7 @@
-
-
-
素材
+ 素材
{{ item.totalTime }}
{{ item.studyName }}
@@ -59,7 +62,7 @@
课程
+ 课程
{{ item.totalTime }}
{{ item.studyName }}
@@ -84,7 +87,7 @@
练习
+ 练习
{{ content.studyName }}
@@ -107,7 +110,7 @@
-
考试
+ 考试
{{ content.responseTime }}分钟
{{ content.name }}
@@ -144,6 +147,7 @@ import config from 'config'
export default {
data() {
return {
+ avatar: config.fileUrl + uni.getStorageSync('facePath'),
projId: '',
studyId: '', // 学习id
starRate: 4,
@@ -332,18 +336,20 @@ export default {