From 80e41afe3b69b280395394f5ddca9bada948e675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 5 Nov 2019 15:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../courses/exercise/new/SingleEditor.js | 22 ++++++------------- .../src/modules/user/usersInfo/InfosCourse.js | 2 +- .../src/modules/user/usersInfo/InfosPath.js | 2 +- .../modules/user/usersInfo/InfosProject.js | 2 +- .../src/modules/user/usersInfo/InfosShixun.js | 2 +- .../user/usersInfo/video/InfosVideo.js | 4 ++-- 6 files changed, 13 insertions(+), 21 deletions(-) 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"?"发布":"学习":"实训"} - {"最新上传"} -