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
郝肖肖
9 years ago
Commit
14f3bf1ba7ea5d2468bd1d7a46e582ca7ead56f5
1 parent
72af45c0
店铺滚动条刷新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
static/js/product/shop.js
static/js/product/shop.js
View file @
14f3bf1
...
...
@@ -218,7 +218,7 @@ function hotData(callback) {
req
.
callBack
=
function
(
data
)
{
$
(
'#popularity'
).
append
(
data
);
navInfo
.
hot
.
page
++
;
//
myScroll.refresh();
myScroll
.
refresh
();
lazyLoad
(
$
(
'#popularity .lazy'
));
scH
=
$
(
'#scroller'
).
outerHeight
();
searching
=
false
;
...
...
@@ -264,7 +264,7 @@ function tabChange(dom, index) {
$nav1
.
removeClass
(
'fixed-top absolute'
);
$nav2
.
removeClass
(
'fixed-top absolute'
);
}
//
myScroll && myScroll.refresh();
myScroll
&&
myScroll
.
refresh
();
scH
=
$
(
'#scroller'
).
outerHeight
();
if
(
!
$nav1
.
hasClass
(
'hide'
))
{
myScroll
&&
myScroll
.
scrollTo
(
0
,
0
-
imgH
);
...
...
@@ -442,9 +442,9 @@ document.addEventListener('touchmove', function(e) {
//window ready 后重新refresh iscroll
$
(
window
).
ready
(
function
()
{
myScroll
&&
myScroll
.
refresh
();
imgH
=
$
(
'#nav-top'
).
outerHeight
(
true
);
nav1H
=
$
(
'#nav'
).
outerHeight
(
true
);
main1H
=
$
(
'#nav-main'
).
height
(
true
);
imgH
=
$
(
'#nav-top'
).
outerHeight
();
nav1H
=
$
(
'#nav'
).
outerHeight
();
main1H
=
$
(
'#nav-main'
).
height
();
main1oH
=
$
(
'#nav-main'
).
outerHeight
(
true
);
nav2H
=
$
(
'#list-nav'
).
outerHeight
(
true
);
main2oH
=
$
(
'#goods-container'
).
outerHeight
(
true
);
...
...
@@ -911,7 +911,7 @@ function postCollect(info) {
}
setTimeout
(
function
()
{
//
myScroll.refresh();
myScroll
.
refresh
();
scH
=
$
(
'#scroller'
).
outerHeight
();
},
500
);
searching
=
false
;
...
...
Please
register
or
login
to post a comment