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
郭成尧
2016-05-18 13:34:37 +0800
Commit
7f47b5872454bc8b7a281f9a87dcc8410db94623
1 parent
9f0cdf38
添加intro和preference页面
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 @
7f47b58
...
...
@@ -54,7 +54,7 @@ exports.preference = (req, res) => {
yhchannel
:
req
.
params
.
yhchannel
,
brandId
:
req
.
params
.
brandId
}).
then
((
result
)
=>
{
res
.
render
(
'preference'
,
{
res
.
render
(
'preference'
,
{
result
:
result
,
devEnv
:
true
});
...
...
Please
register
or
login
to post a comment