From 245ce904ac7c7b79baf5ecbf386063254a2983a9 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Sat, 22 Jun 2024 17:22:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/Growth.vue | 2 +- src/views/study/GrowthPath.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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}}
@@ -264,7 +264,7 @@
- +
继续学习之旅