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
姜枫
9 years ago
Commit
8e6d7dcaf7c7ae7eeaa09f9829a412752d3fb31e
1 parent
25fa3566
fix bug 1018
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/shop.js
apps/product/controllers/shop.js
View file @
8e6d7dc
...
...
@@ -91,7 +91,7 @@ const shop = {
page
:
'shop-list'
,
title
:
'店铺列表'
};
let
channel
=
req
.
query
.
_Channel
||
req
.
cookies
.
_Channel
||
'men'
;
let
channel
=
req
.
query
.
_Channel
||
req
.
cookies
.
_Channel
||
'men'
;
let
nav
=
[
DataHelper
.
getChannelNav
(
channel
)];
let
domain
=
req
.
params
.
domain
;
let
uid
=
req
.
user
.
uid
;
...
...
Please
register
or
login
to post a comment