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
梁志锋
10 years ago
Commit
4e127c3c197c924c931a5dcbdd7befdc6dab7661
1 parent
b9875946
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/js/product/newsale/discount.js
static/js/product/newsale/discount.js
View file @
4e127c3
...
...
@@ -214,7 +214,7 @@ filter.registerCbFn(search);
//3.筛选无active时点击展开筛选面板
//4.筛选有active时点击隐藏筛选面板并恢复点击筛选前active项的active状态
//5.当前active为筛选并且点击其他项时,隐藏筛选面板
$listNav
.
delegate
(
'li'
,
't
ap
'
,
function
()
{
$listNav
.
delegate
(
'li'
,
't
ouchstart
'
,
function
()
{
var
$this
=
$
(
this
),
nav
,
navType
,
...
...
@@ -308,7 +308,7 @@ $(window).scroll(function() {
//当scroll到1/4$goodsContainer高度后继续请求下一页数据
if
(
$
(
window
).
scrollTop
()
+
winH
>
$
(
document
).
height
()
-
0.25
*
$goodsContainer
.
height
())
{
if
(
$pre
!=
undefined
)
{
if
(
$pre
!=
=
undefined
)
{
search
();
}
}
...
...
Please
register
or
login
to post a comment