Commit 1f3b54af by maolipeng

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

parents 0558cb3f c28f4550
...@@ -700,7 +700,7 @@ class LiveCourseList extends React.Component { ...@@ -700,7 +700,7 @@ class LiveCourseList extends React.Component {
} }
{ {
(item.courseState === "STARTING" || ((now > item.startTime && now < item.endTime) && item.courseState !== "FINISH")) && (item.courseState === "STARTING" || ((now > item.startTime && now < item.endTime) && item.courseState !== "FINISH")) &&
<Tooltip placement="left" title="直播进行中,不能删除"> <Tooltip placement="left" title={item.courseState === "STARTING"?"直播进行中,不能删除":"已到预定时间,无法删除"}>
<Menu.Item style={{color:"#999999"}}> <Menu.Item style={{color:"#999999"}}>
删除 删除
</Menu.Item> </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