Authored by xuqi

数据注释

... ... @@ -658,6 +658,7 @@ module.exports = function(flag) {
}
]
};
//ps异步加载的资讯
case 'dataInfo':
return [
{
... ... @@ -727,6 +728,7 @@ module.exports = function(flag) {
url: ''
}
];
//模板页数据
case 'tpl':
return [
{
... ... @@ -848,6 +850,7 @@ module.exports = function(flag) {
}
}
];
//模板页筛选子项结构
case 'classification':
return {
brand: [
... ... @@ -1039,6 +1042,7 @@ module.exports = function(flag) {
}
]
};
//筛选查询返回
case 'search':
return [
{
... ...