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
yyq
8 years ago
Commit
093e14029ca1b781e4267bca41ec10d3a40fcc55
1 parent
3d71c1ee
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/material/index.page.js
public/js/material/index.page.js
View file @
093e140
...
...
@@ -34,7 +34,7 @@ function getBrandList(_index, yh_channel) {
return
{
name
:
item
,
content
:
data
.
data
.
all_list
[
item
]
};
});
list
[
'focus'
+
_index
]
=
true
;
$
(
'#brand_container'
).
html
(
brand_tmp
({
list
}));
$
(
'#brand_container'
).
html
(
brand_tmp
({
list
:
list
}));
});
}
getBrandList
(
1
,
1
);
...
...
Please
register
or
login
to post a comment