|
|
|
@ -348,8 +348,8 @@ |
|
|
|
|
const param = { |
|
|
|
|
sortType: app.sortType, |
|
|
|
|
sortPrice: Number(app.sortPrice), |
|
|
|
|
categoryId: app.options.categoryId != 'undefined'?app.options.categoryId :"", |
|
|
|
|
goodsName: app.options.search || '', |
|
|
|
|
categoryId: (app.options.categoryId||app.options.categoryId!=undefined)?app.options.categoryId :0, |
|
|
|
|
// goodsName: app.options.search || '', |
|
|
|
|
page: pageNo, |
|
|
|
|
keywords: keywords.length > 0 ? keywords.join(',') : '', |
|
|
|
|
keyword: app.options.search || '' |
|
|
|
|