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
413016435b5e50afe097317520ab78729b5a77a4
1 parent
fc37410c
gulp ge
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
static/dist/myohobuy/4.9.22/index-debug.js
static/dist/myohobuy/4.9.22/index.css
static/dist/myohobuy/4.9.22/index.js
static/dist/myohobuy/4.9.22/index-debug.js
View file @
4130164
...
...
@@ -9959,9 +9959,9 @@ document.addEventListener('touchmove', function(e) {
//window ready 后重新refresh iscroll
$
(
window
).
ready
(
function
()
{
myScroll
&&
myScroll
.
refresh
();
imgH
=
$
(
'#nav-top'
).
outerHeight
();
nav1H
=
$
(
'#nav'
).
outerHeight
();
main1H
=
$
(
'#nav-main'
).
height
();
imgH
=
$
(
'#nav-top'
).
outerHeight
(
true
);
nav1H
=
$
(
'#nav'
).
outerHeight
(
true
);
main1H
=
$
(
'#nav-main'
).
height
(
true
);
main1oH
=
$
(
'#nav-main'
).
outerHeight
(
true
);
nav2H
=
$
(
'#list-nav'
).
outerHeight
(
true
);
main2oH
=
$
(
'#goods-container'
).
outerHeight
(
true
);
...
...
@@ -10214,10 +10214,11 @@ $subNav.on('touchend touchcancel', function(e) {
//筛选面板切换状态
if
(
$this
.
hasClass
(
'active'
))
{
$this
.
removeClass
(
'active'
);
filter
.
hideFilter
();
myScroll
&&
myScroll
.
enable
();
}
else
{
$this
.
addClass
(
'active'
);
myScroll
&&
myScroll
.
scrollTo
(
0
,
-
(
imgH
+
main1oH
+
nav1H
));
theY
=
imgH
+
main1oH
+
nav1H
;
...
...
@@ -10235,7 +10236,9 @@ $subNav.on('touchend touchcancel', function(e) {
myScroll
&&
myScroll
.
disable
();
}
}
else
{
filter
.
hideFilter
();
filter
.
hideFilter
();
//隐藏面板
if
(
$this
.
hasClass
(
'new'
))
{
cname
=
'.new'
;
navType
=
'newest'
;
...
...
static/dist/myohobuy/4.9.22/index.css
View file @
4130164
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.9.22/index.js
View file @
4130164
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment