Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
王水玲
8 years ago
Commit
658eb94480717effc132e7a2697aa0c8026dc4fa
1 parent
d9a85344
添加注释
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/item.js
apps/product/controllers/item.js
View file @
658eb94
...
...
@@ -31,7 +31,7 @@ const index = (req, res, next) => {
return
next
();
}
// 最近浏览存储cookies
// 最近浏览存储cookies
限量商品不加入到最近浏览
if
(
!
_
.
has
(
result
.
content
.
goodInfo
,
'fashionTopGoods'
))
{
saveRecentGoodInCookies
(
req
.
cookies
.
_browseskn
,
res
,
result
.
content
.
goodInfo
.
productSkn
);
}
...
...
Please
register
or
login
to post a comment