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
294f6565
Commit
294f6565
authored
Aug 23, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单集
parent
66258f2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
src/components/detail/single/singleSuccess.js
+9
-2
No files found.
src/components/detail/single/singleSuccess.js
View file @
294f6565
...
...
@@ -158,6 +158,12 @@ class Single extends Component {
this
.
props
.
history
.
push
(
`/togroup?id=
${
this
.
state
.
groupOrderId
}
`
)
}
toLearn
=
(
vcourseId
,
videoID
)
=>
{
this
.
props
.
boxHide
(
false
);
this
.
props
.
history
.
push
(
`/play/video?id=
${
vcourseId
}
&video_id=
${
videoID
}
`
);
}
// 关闭弹窗
colse
=
()
=>
{
this
.
props
.
boxHide
(
false
);
...
...
@@ -197,7 +203,7 @@ class Single extends Component {
<
/div
>
<
div
className
=
"dec"
>
·
3
天内购买全集,可直接抵扣该集费用,
{
this
.
props
.
nowPrice
}
元购买。
<
/div
>
<
div
className
=
"dec"
>
·
超过
3
天,按照未购集数
/
全部集数等比例计费,
{
this
.
props
.
laterPrice
}
元购买全集。
<
/div
>
<
Link
to
=
{
`/play/video?id=
${
this
.
props
.
vcourseId
}
&video_id=
${
videoID
}
`
}
className
=
'btn btn-18B4ED'
>
开始学习
<
/Link
>
<
span
onClick
=
{()
=>
this
.
toLearn
(
this
.
props
.
vcourseId
,
videoID
)}
className
=
'btn btn-18B4ED'
>
开始学习
<
/span
>
<
div
className
=
'btn btn-FF4000'
onClick
=
{()
=>
{
this
.
toBuyAll
(
this
.
props
.
courseId
)}}
>
¥
{
this
.
props
.
nowPrice
}
购买全集
<
/div
>
<
/div
>
...
...
@@ -231,7 +237,8 @@ class Single extends Component {
<
i
className
=
'iconfont icondanseshixintubiao-5'
><
/i
>
<
span
>
购买成功
<
/span
>
<
/div
>
<
Link
to
=
{
`/play/video?id=
${
this
.
props
.
vcourseId
}
&video_id=
${
videoID
}
`
}
className
=
'btn btn-18B4ED'
>
去学习
<
/Link
>
{
/*<Link to={`/play/video?id=${this.props.vcourseId}&video_id=${videoID}`} className='btn btn-18B4ED'>去学习</Link>*/
}
<
span
onClick
=
{()
=>
this
.
toLearn
(
this
.
props
.
vcourseId
,
videoID
)}
className
=
'btn btn-18B4ED'
>
去学习
<
/span
>
<
/div
>
}
{
...
...
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