Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
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
LiQZ
2016-11-24 18:10:34 +0800
Commit
ac689d893a7634f164ed0aec8141f25ea1459745
1 parent
67dca8c2
增加空判断
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/static/js.jquery/module/resource/resourceManage/ContentManage.js
code/static/js.jquery/module/resource/resourceManage/ContentManage.js
View file @
ac689d8
...
...
@@ -167,6 +167,7 @@ var Bll = {
}
for
(
var
key2
in
res
.
data
.
brands
[
key
]){
var
item
=
res
.
data
.
brands
[
key
][
key2
];
if
(
!
item
)
{
continue
;
}
Brand
[
name
]
=
Brand
[
name
]
||
[];
Brand
[
name
].
push
(
item
);
Bll
.
Brands1
[
item
.
id
]
=
item
;
...
...
Please
register
or
login
to post a comment