Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-09-26 14:05:43 +0800
Commit
784ed19e1487a34842756d5fc9d88475c714c1de
1 parent
3f296070
change prop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
784ed19
...
...
@@ -1053,7 +1053,7 @@ const _detailDataPkg = (origin, uid, vipLevel) => {
let
propOrigin
=
_
.
partial
(
_
.
get
,
origin
);
// 商品名称
if
(
!
origin
.
productName
)
{
if
(
!
propOrigin
(
'product_name'
)
)
{
return
result
;
}
...
...
Please
register
or
login
to post a comment