Showing
3 changed files
with
1 additions
and
1 deletions
@@ -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) => { |
-
Please register or login to post a comment