|
|
@ -158,7 +158,7 @@ class LiveItem extends Component{
|
|
|
|
{ item.live_time && <span className="mr50">开播时间:{item.live_time}</span>}
|
|
|
|
{ item.live_time && <span className="mr50">开播时间:{item.live_time}</span>}
|
|
|
|
{ item.duration && <span className="mr50">直播预计时长:{item.duration}分钟</span> }
|
|
|
|
{ item.duration && <span className="mr50">直播预计时长:{item.duration}分钟</span> }
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span className="edu-txt-right" style={{width:"80px"}}>
|
|
|
|
<span className="edu-txt-right" style={{width:"120px"}}>
|
|
|
|
{
|
|
|
|
{
|
|
|
|
item.op_auth ?
|
|
|
|
item.op_auth ?
|
|
|
|
<WordsBtn style="grey" onClick={()=>setLiveId(item.id)}>编辑</WordsBtn>:""
|
|
|
|
<WordsBtn style="grey" onClick={()=>setLiveId(item.id)}>编辑</WordsBtn>:""
|
|
|
|