Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ const index = (req, res, next) => { | @@ -31,7 +31,7 @@ const index = (req, res, next) => { | ||
31 | return next(); | 31 | return next(); |
32 | } | 32 | } |
33 | 33 | ||
34 | - // 最近浏览存储cookies | 34 | + // 最近浏览存储cookies 限量商品不加入到最近浏览 |
35 | if (!_.has(result.content.goodInfo, 'fashionTopGoods')) { | 35 | if (!_.has(result.content.goodInfo, 'fashionTopGoods')) { |
36 | saveRecentGoodInCookies(req.cookies._browseskn, res, result.content.goodInfo.productSkn); | 36 | saveRecentGoodInCookies(req.cookies._browseskn, res, result.content.goodInfo.productSkn); |
37 | } | 37 | } |
-
Please register or login to post a comment