Commit 7aaf8ced by maolipeng

Merge branch 'feature/zhujian/0726/qwLiving' into dev

parents 23b919b3 4bdc29d7
......@@ -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