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
Plain Diff
Browse Files
Authored by
王水玲
2016-06-22 18:19:01 +0800
Commit
a1bd28e455b3665128c552a7a6565eb858e1d6af
2 parents
38f3c0f0
59664427
Merge branch 'release/4.6' of git.yoho.cn:fe/yohobuywap-node into release/4.6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/product/controllers/outlet.js
apps/product/controllers/outlet.js
View file @
a1bd28e
...
...
@@ -14,13 +14,13 @@ const willEndActivity = {
type
:
2
,
template
:
'outlet/will-end'
,
page
:
'outlet-will-end'
}
}
;
const
willStartActivity
=
{
type
:
3
,
template
:
'outlet/will-start'
,
page
:
'outlet-will-start'
}
}
;
// 奥莱首页控制器
exports
.
index
=
(
req
,
res
,
next
)
=>
{
...
...
Please
register
or
login
to post a comment