Authored by zhangxiaoru

年龄

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