...
|
...
|
@@ -73,7 +73,7 @@ const getSearchData = (params) => { |
|
|
if (result && result.code === 200) {
|
|
|
let newList = {};
|
|
|
|
|
|
newList.list = productProcess.processProductList(result.data.product_list || [], {showTags: false});
|
|
|
newList.list = productProcess.processProductList(result.data.product_list || [], {showTags: true});
|
|
|
|
|
|
if (parseInt(params.page) === 1) {
|
|
|
newList.total = result.data.total;
|
...
|
...
|
|