Commit 8acb82ed by maolipeng

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

parents 8b496116 aeb3c640
......@@ -683,7 +683,7 @@ class LiveCourseList extends React.Component {
</Tooltip>
}
{
(item.courseState !== "STARTING" && (now < item.startTime || now > item.endTime)) &&
(item.courseState !== "STARTING" && ((now < item.startTime || now > item.endTime) || item.courseState === "FINISH")) &&
<Menu.Item key="del">
删除
</Menu.Item>
......
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