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-05 10:11:38 +0800
Commit
95e6b7af60c4fe8acfc8577202e1b6f909ccece5
1 parent
bba735a4
健壮性处理。
Hide 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 @
95e6b7a
...
...
@@ -1212,7 +1212,7 @@ const _getSizeAttrByMaxSortId = (maxSortId, sizeList) => {
let
attributeNames
=
{};
if
(
_
.
isEmpty
(
sizeList
))
{
if
(
_
.
isEmpty
(
sizeList
))
{
return
sizeInfos
;
}
...
...
Please
register
or
login
to post a comment