Commit 4ab57794 by zhujian

fix:优化视频课跳转

parent b3bbdbd8
......@@ -126,13 +126,8 @@ class VideoCourseList extends React.Component {
width: 100,
align: 'right',
render: (val, item) => {
<<<<<<< HEAD
return <div onClick={() => this.handleLinkToCourseDetail(item.id)}>{val || 1}</div>;
},
=======
return <div onClick={() => this.handleLinkToCourseDetail(item.id)}>{val || 1}</div>
}
>>>>>>> feature/wufan/20210701/course-B-reform
},
{
title: (
......
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