Commit 36429a18 by zhangleyuan

feat:联调视频课相关模块

parent 9f02cbdf
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-05 10:11:57
* @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-31 16:00:32
* @LastEditTime: 2020-12-31 18:27:26
* @Description: 视频课-搜索模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -167,7 +167,7 @@ class VideoCourseFilter extends React.Component {
>
{_.map(teacherList, (item, index) => {
return (
<Select.Option value={item.userId} key={item.userId}>{item.nickName}</Select.Option>
<Select.Option value={item.id} key={item.id}>{item.nickName}</Select.Option>
);
})}
</Select>
......
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-05 10:12:45
* @LastEditors: zhangleyuan
* @LastEditTime: 2020-12-31 16:01:52
* @LastEditTime: 2020-12-31 18:26:57
* @Description: 视频课-列表模块
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -86,7 +86,7 @@ class VideoCourseList extends React.Component {
render: (val, record) => {
return (
<div className="record__item">
{record.categoryName}
{record.categoryOneName}{ record.categoryTwoName?``:''}
</div>
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment