Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
5
51business
Project
Project
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
方斌
51business
Commits
872bfbd3
Commit
872bfbd3
authored
Mar 02, 2020
by
周楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: word
parent
61103f75
Pipeline
#19789
passed with stage
in 1 minute 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
online.js
app/service/course/v4/online.js
+1
-1
No files found.
app/service/course/v4/online.js
View file @
872bfbd3
...
@@ -22,7 +22,7 @@ class OnlineService extends Service {
...
@@ -22,7 +22,7 @@ class OnlineService extends Service {
let
type
=
await
ctx
.
classModel
.
V4
.
CourseOnlineType
.
findAll
({
where
:
{
status
:
'online'
,
is_deleted
:
0
},
attributes
:
[
'id'
,
'name'
],
raw
:
true
});
let
type
=
await
ctx
.
classModel
.
V4
.
CourseOnlineType
.
findAll
({
where
:
{
status
:
'online'
,
is_deleted
:
0
},
attributes
:
[
'id'
,
'name'
],
raw
:
true
});
type
=
[{
id
:
0
,
name
:
'全部'
}].
concat
(
type
);
type
=
[{
id
:
0
,
name
:
'全部'
}].
concat
(
type
);
// 课程类型
// 课程类型
const
price_type
=
[{
id
:
0
,
name
:
'全部'
},
{
id
:
2
,
name
:
'
公益免费
课'
},
{
id
:
1
,
name
:
'低价体验课'
},
{
id
:
3
,
name
:
'正价课'
}];
const
price_type
=
[{
id
:
0
,
name
:
'全部'
},
{
id
:
2
,
name
:
'
免费公益
课'
},
{
id
:
1
,
name
:
'低价体验课'
},
{
id
:
3
,
name
:
'正价课'
}];
const
options
=
{
const
options
=
{
cats
,
cats
,
...
...
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