Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
a61f64b6
Commit
a61f64b6
authored
Apr 24, 2020
by
xuzhenghua
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'shiting' of
https://gitlab.julyedu.com/baiguangyao/mr-julyedu
parents
698b720a
dc6b6d0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/components/detail/outline/index.js
+9
-0
No files found.
src/components/detail/outline/index.js
View file @
a61f64b6
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment