Authored by xuqi

数据注释

@@ -658,6 +658,7 @@ module.exports = function(flag) { @@ -658,6 +658,7 @@ module.exports = function(flag) {
658 } 658 }
659 ] 659 ]
660 }; 660 };
  661 + //ps异步加载的资讯
661 case 'dataInfo': 662 case 'dataInfo':
662 return [ 663 return [
663 { 664 {
@@ -727,6 +728,7 @@ module.exports = function(flag) { @@ -727,6 +728,7 @@ module.exports = function(flag) {
727 url: '' 728 url: ''
728 } 729 }
729 ]; 730 ];
  731 + //模板页数据
730 case 'tpl': 732 case 'tpl':
731 return [ 733 return [
732 { 734 {
@@ -848,6 +850,7 @@ module.exports = function(flag) { @@ -848,6 +850,7 @@ module.exports = function(flag) {
848 } 850 }
849 } 851 }
850 ]; 852 ];
  853 + //模板页筛选子项结构
851 case 'classification': 854 case 'classification':
852 return { 855 return {
853 brand: [ 856 brand: [
@@ -1039,6 +1042,7 @@ module.exports = function(flag) { @@ -1039,6 +1042,7 @@ module.exports = function(flag) {
1039 } 1042 }
1040 ] 1043 ]
1041 }; 1044 };
  1045 + //筛选查询返回
1042 case 'search': 1046 case 'search':
1043 return [ 1047 return [
1044 { 1048 {