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
黄涛
2016-06-12 17:40:29 +0800
Commit
d96d953912f09b11c1696c1f60e1eced5e6fb570
1 parent
6afe8010
fix path
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 @
d96d953
...
...
@@ -50,7 +50,7 @@ function getGenderByCookie(req) {
return
gender
;
}
exports
.
index
=
(
req
,
res
,
next
)
=>
{
exports
.
index
=
(
req
,
res
,
next
)
=>
{
// var uid = null, // 需要修改为正式取 UID 的方式
// vipLevel = 0; // 用户等级
...
...
Please
register
or
login
to post a comment