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
bbb1b07109a761a4968075fbaca928f8602e0d4d
1 parent
7c628030
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 @
bbb1b07
...
...
@@ -27,7 +27,7 @@ class DetailAction extends YohoAction {
let
pid
=
req
.
params
[
0
];
let
gid
=
req
.
params
[
1
];
let
uid
=
req
.
user
.
uid
||
req
.
query
.
uid
||
''
;
//TODO 测试分流用,测试后删除
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