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
d15d1903
Commit
d15d1903
authored
Aug 23, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
单集
parent
8bab3a17
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
src/components/detail/single/index.js
+2
-1
No files found.
src/components/detail/single/index.js
View file @
d15d1903
...
@@ -53,7 +53,8 @@ class Single extends Component {
...
@@ -53,7 +53,8 @@ class Single extends Component {
// 确定购买
// 确定购买
toBuy
=
()
=>
{
toBuy
=
()
=>
{
http
.
get
(
`
${
API
.
home
}
/sys/createClassOrder/
${
this
.
props
.
data
.
video_id
}
`
).
then
((
res
)
=>
{
const
videoID
=
this
.
props
.
data
.
video_id
||
this
.
props
.
data
.
id
;
http
.
get
(
`
${
API
.
home
}
/sys/createClassOrder/
${
videoID
}
`
).
then
((
res
)
=>
{
if
(
res
.
data
.
code
===
200
)
{
if
(
res
.
data
.
code
===
200
)
{
this
.
setState
({
this
.
setState
({
orderId
:
res
.
data
.
data
.
order_id
orderId
:
res
.
data
.
data
.
order_id
...
...
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