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
毕凯
7 years ago
Commit
c108825cfc0c5eb10556af2e2e80c46f4b3fa912
2 parents
bed2165d
54c67bf3
Merge branch 'master' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/mip/controllers/product-detail.js
apps/mip/controllers/product-detail.js
View file @
c108825
...
...
@@ -18,6 +18,9 @@ exports.index = (req, res, next) => {
let
mipDes
=
_
.
get
(
detailData
,
'baseInfo.phrase'
);
let
miptitle
=
_
.
get
(
detailData
,
'baseInfo.product_name'
);
if
(
!
_
.
get
(
detailData
,
'baseInfo.product_skn'
))
{
return
next
();
}
return
res
.
render
(
'product/detail'
,
Object
.
assign
({
title
:
detailData
.
title
,
css
:
yield
css
(
'product/detail.css'
),
...
...
Please
register
or
login
to post a comment