Authored by yyq

udid

... ... @@ -15,7 +15,7 @@ const indexUrl = {
};
const handleFilterUrl = require(`${global.utils}/parameter`).fullParamToMinPath;
const seoHandler = require(`./seo-handler`);
const seoHandler = require('./seo-handler');
// 页面商品数量
const pageSizeType = [40, 100, 200];
... ...
... ... @@ -147,7 +147,7 @@ function getListData(params, channel) {
} else if (nav.type === 'sort') {
sortName = nav.name;
}
})
});
// seo
const seo = searchHandler.getListSeo(channel, sortList, checkedList);
... ...
... ... @@ -90,6 +90,8 @@ module.exports = () => {
}
}
req.cookies.udid = udid;
return udid;
}());
... ...