Authored by zhangxiaoru

年龄

... ... @@ -290,7 +290,6 @@ const getSearchData = (params, uid) => {
*/
const getFilterData = (params) => {
return _searchSales(params).then((result) => {
// console.log(result)
if (result && result.code === 200) {
return productProcess.processFilter(result.data.filter || [], {
hideSize: params.saleType === '1',
... ...
... ... @@ -242,8 +242,8 @@ exports.processFilter = (list, options) => {
sortNum: '5'
},
ageLevel: {
name: '所有年龄',
title: '年龄',
name: '所有人群',
title: '人群',
dataId: 'id',
subsName: 'name',
firstSub: 0,
... ...