Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
d777706e
Commit
d777706e
authored
Nov 23, 2022
by
kyle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
保存订单产品类型写死为1
parent
3299aa2b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pages/certifyDetail/certifyDetail.vue
+1
-1
pages/courseDetail/courseDetail.vue
+1
-1
No files found.
pages/certifyDetail/certifyDetail.vue
View file @
d777706e
...
...
@@ -104,7 +104,7 @@
},
registerNow
(){
const
param
=
{
productType
:
this
.
certificateInfo
.
fileType
,
productType
:
'1'
,
productId
:
this
.
certificateInfo
.
fileId
,
userId
:
this
.
userId
,
dataSource
:
1
...
...
pages/courseDetail/courseDetail.vue
View file @
d777706e
...
...
@@ -126,7 +126,7 @@
})
}
else
{
const
param
=
{
productType
:
this
.
courseInfo
.
fileType
,
productType
:
'1'
,
productId
:
this
.
courseInfo
.
fileId
,
userId
:
this
.
userId
,
shareUserId
:
this
.
shareUserId
,
...
...
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