Commit 1b57bc03 authored by 任国军's avatar 任国军

add code filter

parent 80c7598b
Pipeline #25058 passed with stage
in 4 seconds
......@@ -144,10 +144,10 @@ class OptionService extends Service {
if (!ctx.isEmpty(userBabyInfo)) {
switch (userBabyInfo.baby_age) {
case 1:
filterIds = [ 19, 21 ];
filterIds = [ 17, 19, 21 ];
break;
case 2:
filterIds = [ 19 ];
filterIds = [ 17, 19 ];
break;
case 5:
filterIds = [ 19 ];
......
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