diff --git a/public/react/src/modules/courses/exercise/new/SingleEditor.js b/public/react/src/modules/courses/exercise/new/SingleEditor.js
index 624315817..69f63821e 100644
--- a/public/react/src/modules/courses/exercise/new/SingleEditor.js
+++ b/public/react/src/modules/courses/exercise/new/SingleEditor.js
@@ -296,23 +296,15 @@ class SingleEditor extends Component{
}) }
- {/* {!exerciseIsPublish &&
新增选项} */}
- {answerTagArray && !!answerTagArray.length ? "" :
-
{'温馨提示:点击选项输入框可设置答案;选中的选项即为正确答案,选择多个答案即为多选题'}
- }
+
{!exerciseIsPublish ? '温馨提示:点击选项输入框可设置答案;选中的选项即为正确答案,选择多个答案即为多选题' : ' '}
{ answerTagArray && !!answerTagArray.length ?
-
-
- {answerTagArray.join(' ')}
- 标准答案:
-
-
+
+ {answerTagArray.join(' ')}
+ 标准答案:
+
:
- ""
+
请点击正确选项
}
diff --git a/public/react/src/modules/user/usersInfo/InfosCourse.js b/public/react/src/modules/user/usersInfo/InfosCourse.js
index 9514a4e69..7104edc59 100644
--- a/public/react/src/modules/user/usersInfo/InfosCourse.js
+++ b/public/react/src/modules/user/usersInfo/InfosCourse.js
@@ -253,7 +253,7 @@ class InfosCourse extends Component{
marginTop: "10px",
}}>
共参与{totalCount}个{category?category=="manage"?"发布":"学习":"课堂"}
-
共参与{totalCount}个{category?category=="manage"?"发布":"学习":"实践课程"}
-
共参与{totalCount}个{category?category=="manage"?"发布":"学习":"项目"}
-
共参与{totalCount}个{category?category=="manage"?"发布":"学习":"实训"}
- {"最新上传"}
-