Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
xuqi
9 years ago
Commit
2b613bb3c0f84f4afa13c6f97c5f5b8d5881ea5a
1 parent
da39c68f
sale click through
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletions
static/js/product/newsale/discount.js
static/js/product/newsale/discount.js
View file @
2b613bb
...
...
@@ -263,6 +263,12 @@ navHammer.on('tap', function(e) {
navType
,
$active
;
e
.
preventDefault
();
if
(
typeof
$this
===
'undefined'
||
$this
.
length
===
0
)
{
return
;
}
if
(
$this
.
hasClass
(
'filter'
))
{
//筛选面板切换状态
...
...
@@ -359,4 +365,4 @@ $(window).scroll(function() {
});
//初始请求最新第一页数据
search
();
search
();
\ No newline at end of file
...
...
Please
register
or
login
to post a comment