Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
7d808161b9ae71367b7ae75b3e905f7469faa6d0
1 parent
bbb1b071
remove test code
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/detail.js
apps/product/controllers/detail.js
View file @
7d80816
...
...
@@ -27,7 +27,7 @@ class DetailAction extends YohoAction {
let
pid
=
req
.
params
[
0
];
let
gid
=
req
.
params
[
1
];
let
uid
=
req
.
user
.
uid
||
''
;
let
uid
=
req
.
user
.
uid
||
''
;
let
vipLevel
=
detailHelper
.
vipLevel
(
req
.
user
.
vip
);
let
saveCurrentGoodsInCookies
=
_
.
partial
(
service
.
saveRecentGoodInCookies
,
req
.
cookies
.
_browse
,
...
...
Please
register
or
login
to post a comment