Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
8 years ago
Commit
3ef3e1864cd6b53efeb9b63d6fa463f3982ed374
1 parent
c57c8b1b
修改最新到着channel获取方式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/new.js
apps/product/controllers/new.js
View file @
3ef3e18
...
...
@@ -15,7 +15,7 @@ const helpers = global.yoho.helpers;
// 新品到着
const
newGoods
=
(
req
,
res
,
next
)
=>
{
let
channel
=
req
.
yoho
.
c
hannel
;
let
channel
=
req
.
cookies
.
_C
hannel
;
newModel
.
getNewFocus
(
channel
).
then
((
result
)
=>
{
res
.
render
(
'new/new'
,
{
...
...
Please
register
or
login
to post a comment