BJ_web_developers
/
gateway
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code ยป
Commit
ce05fbdb900b0ed10d8e0e6b155ed1d3d341b09b
Authored by
Andy
2019-01-04 15:08:27 +0800
2 parents
56e220e8
8e845ae9
Merge branch 'branch_dev'
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
js/index.js
js/index.js
View file @
ce05fbd
...
...
@@ -106,6 +106,7 @@ var fun={
106
106
menuList+='<div class="clearfix"></div>';
107
107
$('#box').append(imgList);
108
108
$('#controls').append(menuList);
109
+ $('#controls').find('li').eq(0).addClass('active')
109
110
}
110
111
111
112
...
...