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
80c7598b
Commit
80c7598b
authored
Jun 12, 2020
by
任国军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add pro data
parent
f081addd
Pipeline
#25056
passed with stage
in 10 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
institution.js
app/service/course/v5/institution.js
+4
-4
option.js
app/service/course/v5/option.js
+11
-11
No files found.
app/service/course/v5/institution.js
View file @
80c7598b
...
...
@@ -313,22 +313,22 @@ class InstitutionSubService extends Service {
banner
:
'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/%E7%89%9B%E9%80%9A%E7%A4%BE%E9%A1%B5%E9%9D%A2banner.png'
,
list
:
[
{
class_id
:
500
,
class_id
:
491
,
image
:
'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_02.png'
,
title
:
'动力拼音'
,
sub_title
:
'轻松掌握声母韵母拼读108 个高频音节'
,
},
{
class_id
:
50
0
,
class_id
:
49
0
,
image
:
'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_01.png'
,
title
:
'闪卡识字'
,
sub_title
:
'联想图像情景学习法入学即能识千字'
,
},
{
class_id
:
500
,
class_id
:
492
,
image
:
'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_03.png'
,
title
:
'魔数思维'
,
sub_title
:
'3大模块100道题培养抽象 逻辑思维力'
,
},
{
class_id
:
500
,
class_id
:
493
,
image
:
'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_04.png'
,
title
:
'家长课堂'
,
sub_title
:
'协助父母一站式解决孩子早期教育问题'
,
...
...
app/service/course/v5/option.js
View file @
80c7598b
...
...
@@ -144,10 +144,10 @@ class OptionService extends Service {
if
(
!
ctx
.
isEmpty
(
userBabyInfo
))
{
switch
(
userBabyInfo
.
baby_age
)
{
case
1
:
filterIds
=
[
1
7
,
19
];
filterIds
=
[
1
9
,
21
];
break
;
case
2
:
filterIds
=
[
1
7
,
1
9
];
filterIds
=
[
19
];
break
;
case
5
:
filterIds
=
[
19
];
...
...
@@ -159,31 +159,31 @@ class OptionService extends Service {
filterIds
=
[
19
];
break
;
case
8
:
filterIds
=
[
19
];
filterIds
=
[
19
,
21
];
break
;
case
9
:
filterIds
=
[
19
];
filterIds
=
[
19
,
22
,
21
];
break
;
case
10
:
filterIds
=
[
19
];
filterIds
=
[
19
,
22
,
21
];
break
;
case
11
:
filterIds
=
[
19
];
filterIds
=
[
19
,
20
,
22
,
21
];
break
;
case
12
:
filterIds
=
[
19
];
filterIds
=
[
19
,
20
,
22
,
21
];
break
;
case
13
:
filterIds
=
[
19
];
filterIds
=
[
19
,
20
,
22
,
21
];
break
;
case
14
:
filterIds
=
[
19
];
filterIds
=
[
19
,
20
,
22
,
21
];
break
;
case
15
:
filterIds
=
[
19
];
filterIds
=
[
19
,
20
,
22
,
21
];
break
;
case
16
:
filterIds
=
[
19
];
filterIds
=
[
19
,
20
,
22
,
21
];
break
;
default
:
break
;
...
...
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