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-08-09 11:43:07 +0800
Commit
74f9ae6ffa2545eacc19b12f3d7104945b51bbe9
1 parent
77ae9116
Revert: 增加用户权限的控制。
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 @
74f9ae6
...
...
@@ -552,7 +552,7 @@ const _detailDataPkg = (origin, uid, vipLevel) => {
let
brandId
=
0
;
if
(
origin
.
brand
.
id
)
{
if
(
origin
.
brand
&&
origin
.
brand
.
id
)
{
brandId
=
origin
.
brand
.
id
;
}
...
...
Please
register
or
login
to post a comment