Commit 9feed817 by xuzhenghua

bug

parent 7f77ceeb
......@@ -17,7 +17,7 @@
zoom: 0.5;
img {
width: 62.5%;
width: 60%;
}
}
......
......@@ -21,7 +21,7 @@
background: $red;
color: $white;
}
.tag-soon {
.tag-playing {
background: $active;
color: $white;
}
......
......@@ -87,7 +87,7 @@ class FreeCourse extends PureComponent {
)
const LiveStatus = (
item['live_status'] ? <Tag className={'tag-soon top'}>即将开始</Tag> :
item['live_status'] == 0 ? <Tag className={'tag-soon top'}>即将开始</Tag> :
<Tag className={'tag-playing top'}>正在直播</Tag>
)
return (
......
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