diff --git a/public/react/src/modules/user/usersInfo/InfosTopics.js b/public/react/src/modules/user/usersInfo/InfosTopics.js
index 535cbbf85..2bf71a51b 100644
--- a/public/react/src/modules/user/usersInfo/InfosTopics.js
+++ b/public/react/src/modules/user/usersInfo/InfosTopics.js
@@ -466,8 +466,7 @@ class InfosTopics extends Component{
- {((is_current && current_user && current_user.is_teacher ) || current_user && current_user.admin)
- &&this.sendTopics()}>发送}
+ {user_type!="学生"?this.sendTopics()}>发送:""}
{types==="personal"?((is_current && current_user && current_user.is_teacher ) || current_user && current_user.admin)
&&this.deletecheckBoxValues()}>删除:""}