diff --git a/src/components/HomePage/courseList.vue b/src/components/HomePage/courseList.vue index 7fea2e99..a090a6cc 100644 --- a/src/components/HomePage/courseList.vue +++ b/src/components/HomePage/courseList.vue @@ -26,7 +26,7 @@ 隐藏
- {{item.aid == userInfo.aid? '继续学习' : '我也去学'}} + {{item.eventKey == 'Praise' ? '我也去学' : item.aid == userInfo.aid? '继续学习' : '我也去学'}}