...
|
...
|
@@ -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 |
|
|
}; |
...
|
...
|
|