diff --git a/public/react/src/modules/user/usersInfo/InfosPath.js b/public/react/src/modules/user/usersInfo/InfosPath.js
index 2829342e7..6debb0fd9 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",
}}>
- {category && category == "collect" ?"共收藏":"共参与"}{totalCount}个{category?category=="manage"?"发布":"学习":"实践课程"}
+ {category && category == "collect" ?"共收藏":"共参与"}{totalCount}个{category && category == "collect"?"":category?category=="manage"?"发布":"学习":"实践课程"}
- {category && category == "collect"?"共收藏":"共参与"}{totalCount}个{category?category=="manage"?"发布":"学习":"实训"}
+ {category && category == "collect"?"共收藏":"共参与"}{totalCount}个{category && category == "collect"?"":category?category=="manage"?"发布":"学习":"实训"}