Commit 4bdc29d7 by maolipeng

fix:asdadad

parent 6bc3829d
......@@ -675,7 +675,7 @@ class LiveCourseList extends React.Component {
</Menu.Item>
}
{
(item.courseState === "STARTING" || (now > item.startTime && now < item.endTime)) &&
(item.courseState === "STARTING" || ((now > item.startTime && now < item.endTime) && item.courseState !== "FINISH")) &&
<Tooltip placement="left" title="直播进行中,不能删除">
<Menu.Item style={{color:"#999999"}}>
删除
......
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