Commit 80c7598b authored by 任国军's avatar 任国军

add pro data

parent f081addd
Pipeline #25056 passed with stage
in 10 seconds
...@@ -313,22 +313,22 @@ class InstitutionSubService extends Service { ...@@ -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', 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: [ list: [
{ {
class_id: 500, class_id: 491,
image: 'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_02.png', image: 'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_02.png',
title: '动力拼音', title: '动力拼音',
sub_title: '轻松掌握声母韵母拼读108 个高频音节', sub_title: '轻松掌握声母韵母拼读108 个高频音节',
}, { }, {
class_id: 500, class_id: 490,
image: 'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_01.png', image: 'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_01.png',
title: '闪卡识字', title: '闪卡识字',
sub_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', image: 'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_03.png',
title: '魔数思维', title: '魔数思维',
sub_title: '3大模块100道题培养抽象 逻辑思维力', 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', image: 'http://51shequ.oss-cn-hangzhou.aliyuncs.com/image/catalog/qxk_zxkc/banner/pic_04.png',
title: '家长课堂', title: '家长课堂',
sub_title: '协助父母一站式解决孩子早期教育问题', sub_title: '协助父母一站式解决孩子早期教育问题',
......
...@@ -144,10 +144,10 @@ class OptionService extends Service { ...@@ -144,10 +144,10 @@ class OptionService extends Service {
if (!ctx.isEmpty(userBabyInfo)) { if (!ctx.isEmpty(userBabyInfo)) {
switch (userBabyInfo.baby_age) { switch (userBabyInfo.baby_age) {
case 1: case 1:
filterIds = [ 17, 19 ]; filterIds = [ 19, 21 ];
break; break;
case 2: case 2:
filterIds = [ 17, 19 ]; filterIds = [ 19 ];
break; break;
case 5: case 5:
filterIds = [ 19 ]; filterIds = [ 19 ];
...@@ -159,31 +159,31 @@ class OptionService extends Service { ...@@ -159,31 +159,31 @@ class OptionService extends Service {
filterIds = [ 19 ]; filterIds = [ 19 ];
break; break;
case 8: case 8:
filterIds = [ 19 ]; filterIds = [ 19, 21 ];
break; break;
case 9: case 9:
filterIds = [ 19 ]; filterIds = [ 19, 22, 21 ];
break; break;
case 10: case 10:
filterIds = [ 19 ]; filterIds = [ 19, 22, 21 ];
break; break;
case 11: case 11:
filterIds = [ 19 ]; filterIds = [ 19, 20, 22, 21 ];
break; break;
case 12: case 12:
filterIds = [ 19 ]; filterIds = [ 19, 20, 22, 21 ];
break; break;
case 13: case 13:
filterIds = [ 19 ]; filterIds = [ 19, 20, 22, 21 ];
break; break;
case 14: case 14:
filterIds = [ 19 ]; filterIds = [ 19, 20, 22, 21 ];
break; break;
case 15: case 15:
filterIds = [ 19 ]; filterIds = [ 19, 20, 22, 21 ];
break; break;
case 16: case 16:
filterIds = [ 19 ]; filterIds = [ 19, 20, 22, 21 ];
break; break;
default: default:
break; break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment