Authored by 沈志敏

blk新品到着 新页面

@@ -29,7 +29,7 @@ const blkNewGoods = (req, res) => { @@ -29,7 +29,7 @@ const blkNewGoods = (req, res) => {
29 showDownloadApp: true, 29 showDownloadApp: true,
30 pageFooter: true 30 pageFooter: true
31 }); 31 });
32 -} 32 +};
33 33
34 // 新品到着 34 // 新品到着
35 const newGoods = (req, res, next) => { 35 const newGoods = (req, res, next) => {
@@ -94,4 +94,4 @@ module.exports = { @@ -94,4 +94,4 @@ module.exports = {
94 newGoods, 94 newGoods,
95 selectNewSale, 95 selectNewSale,
96 filter 96 filter
97 -};  
  97 +};
@@ -298,4 +298,4 @@ module.exports = { @@ -298,4 +298,4 @@ module.exports = {
298 getSearchIndex, 298 getSearchIndex,
299 getFuzzyDatas, 299 getFuzzyDatas,
300 searchKeyActivity 300 searchKeyActivity
301 -};  
  301 +};
@@ -146,4 +146,4 @@ router.get('/blknew', news.blkNewGoods); @@ -146,4 +146,4 @@ router.get('/blknew', news.blkNewGoods);
146 router.get('/newsale/hotrank', newsale.index); // 热销排行榜 146 router.get('/newsale/hotrank', newsale.index); // 热销排行榜
147 router.get('/newsale/selectHotrank', newsale.selectHotrank); // 热销排行榜 147 router.get('/newsale/selectHotrank', newsale.selectHotrank); // 热销排行榜
148 148
149 -module.exports = router;  
  149 +module.exports = router;