diff --git a/public/react/src/modules/user/usersInfo/InfosPath.js b/public/react/src/modules/user/usersInfo/InfosPath.js
index c03c7541f..2829342e7 100644
--- a/public/react/src/modules/user/usersInfo/InfosPath.js
+++ b/public/react/src/modules/user/usersInfo/InfosPath.js
@@ -289,7 +289,7 @@ class InfosPath extends Component{
lineHeight: "41px",
marginTop: "10px",
}}>
- 共参与{totalCount}个{category?category=="manage"?"发布":"学习":"实践课程"}
+ {category && category == "collect" ?"共收藏":"共参与"}{totalCount}个{category?category=="manage"?"发布":"学习":"实践课程"}
- 共参与{totalCount}个{category?category=="manage"?"发布":"学习":"实训"}
+ {category && category == "collect"?"共收藏":"共参与"}{totalCount}个{category?category=="manage"?"发布":"学习":"实训"}