Commit a61f64b6 by xuzhenghua
parents 698b720a dc6b6d0f
......@@ -107,6 +107,7 @@ class OutLine extends Component {
4-已购买直播中
5-可试听且有试听权限
6-可试听但无试听权限
7-新试听功能,点击试听跳转播放页
*/}
{ // 试听
!introduce.is_aist && (item.class_status === 6 || item.class_status === 5) &&
......@@ -115,6 +116,14 @@ class OutLine extends Component {
<i className='iconfont iconcelluar'></i>
</span>
}
{ // 点击试听跳转播放页
!introduce.is_aist && item.class_status === 7 &&
<Link
to={`/play/video?id=${introduce.v_course_id + '&video_id=' + item.video_id}`}
className='btn-right-10 audition'> <i className='iconfont iconcelluar'></i>试听</Link>
}
{ // 未购买未开单集购买:上锁标志,点击提示购买
!introduce.is_aist && item.class_status === 0 &&
<i className='iconfont iconiconfront-74 icon-right-22'></i>
......
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