...
|
...
|
@@ -483,7 +483,7 @@ function getNodeContentData(params) { |
|
|
*/
|
|
|
function getAdnav(params) {
|
|
|
let resData = {};
|
|
|
console.log('====>',params);
|
|
|
|
|
|
return Promise.all([
|
|
|
this.searchApi.getBrandShopFolder(params),
|
|
|
this.searchApi.getBrandShopSeries(params)
|
...
|
...
|
|