diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue
index 4f10bf9e..92f18bb1 100644
--- a/src/views/study/Growth.vue
+++ b/src/views/study/Growth.vue
@@ -108,7 +108,7 @@
- {{detailData.overallCompletionRate==0?'开始学习':detailData.overallCompletionRate==100?'回顾':'继续学习'}}
+ {{detailData.overallCompletionRate==0?'开始学习':detailData.overallCompletionRate==1?'回顾':'继续学习'}}
diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue
index 5d25469c..a4b6eb60 100644
--- a/src/views/study/GrowthPath.vue
+++ b/src/views/study/GrowthPath.vue
@@ -40,12 +40,12 @@
学习进度
-
+
课程讲师:{{item.teacherName?item.teacherName.split(',').length > 3
? item.teacherName.split(',').slice(0, 3).join(',') + '...'
: item.teacherName:''}}
-
课程简介:{{item.introduce}}
+
课程简介:{{item.introduce}}
-
+