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
马力
2016-11-09 13:41:15 +0800
Commit
01ea06f27a4c3118197883d5f12c2cf335ca39cd
1 parent
94202ef0
网销信息页面,搜索商品后,应该默认展示全部商品页签列表
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
code/static/js.jquery/module/goods/netsale/Index.js
code/static/js.jquery/module/goods/netsale/Index.js
View file @
01ea06f
...
...
@@ -454,6 +454,7 @@ loadtab();
//筛选
$
(
"#filter-btn"
).
click
(
function
()
{
loadtab
();
$
(
'#basicTab li:eq(5)'
).
click
();
// 每次点击筛选,需要先跳转到“全部”页签下面
g
.
reload
(
1
);
});
...
...
Please
register
or
login
to post a comment