Authored by 沈志敏

blk新品到着 新页面

... ... @@ -29,7 +29,7 @@ const blkNewGoods = (req, res) => {
showDownloadApp: true,
pageFooter: true
});
}
};
// 新品到着
const newGoods = (req, res, next) => {
... ... @@ -94,4 +94,4 @@ module.exports = {
newGoods,
selectNewSale,
filter
};
\ No newline at end of file
};
... ...
... ... @@ -298,4 +298,4 @@ module.exports = {
getSearchIndex,
getFuzzyDatas,
searchKeyActivity
};
\ No newline at end of file
};
... ...
... ... @@ -146,4 +146,4 @@ router.get('/blknew', news.blkNewGoods);
router.get('/newsale/hotrank', newsale.index); // 热销排行榜
router.get('/newsale/selectHotrank', newsale.selectHotrank); // 热销排行榜
module.exports = router;
\ No newline at end of file
module.exports = router;
... ...