Authored by xuqi

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 2
3 namespace Plugin\DataProcess; 3 namespace Plugin\DataProcess;
4 4
  5 +use Plugin\DataProcess\ListProcess;
5 use Plugin\Helpers; 6 use Plugin\Helpers;
6 7
7 /** 8 /**
@@ -28,6 +29,11 @@ class NewSaleProcess @@ -28,6 +29,11 @@ class NewSaleProcess
28 continue; 29 continue;
29 } 30 }
30 31
  32 + // 处理Filter
  33 + if(isset($single['filter'])) {
  34 + $result['filter'] = ListProcess::getFilterData($single['filter']);
  35 + }
  36 +
31 // 处理Tabs 37 // 处理Tabs
32 $noTab = true; 38 $noTab = true;
33 if (isset($single['tabs']) && $noTab) { 39 if (isset($single['tabs']) && $noTab) {