Authored by 王水玲

Merge branch 'release/4.8' of git.yoho.cn:fe/YOHOBUYWAP into release/4.8

This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
@@ -461,6 +461,11 @@ function search(opt) { @@ -461,6 +461,11 @@ function search(opt) {
461 discount: opt.id 461 discount: opt.id
462 }; 462 };
463 break; 463 break;
  464 + case 'ageLevel':
  465 + ext = {
  466 + age_level: opt.id
  467 + };
  468 + break;
464 } 469 }
465 $.extend(defaultOpt, ext); //扩展筛选项 470 $.extend(defaultOpt, ext); //扩展筛选项
466 } 471 }