Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
Plain Diff
Browse Files
Authored by
weiqingting
2016-05-09 18:18:44 +0800
Commit
5dbf69bb8870d68a43072bf550984832e6a4f72f
2 parents
f0e56d27
5f93bf2f
Merge branch 'release/release' of
http://git.dev.yoho.cn/platform/yohobuy-portal…
…-fe into release/release
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
client/js/goods/cod-brand.js
client/js/goods/cod-goods.js
client/js/goods/cod-brand.js
View file @
5dbf69b
...
...
@@ -25,7 +25,7 @@ var ENUM = {
}
};
var
currentTab
;
var
currentTab
=
'all'
;
/*下拉选择*/
common
.
dropDown
({
...
...
client/js/goods/cod-goods.js
View file @
5dbf69b
...
...
@@ -18,7 +18,7 @@ var ENUM = {
}
};
var
currentSelItem
,
currentTab
;
var
currentSelItem
,
currentTab
=
'all'
;
/*下拉选择*/
common
.
dropDown
({
...
...
Please
register
or
login
to post a comment