Commit 4ab57794 by zhujian

fix:优化视频课跳转

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