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
63cad15d96868c500d3a3107e99867d3097fcac5
1 parent
89aea9e2
gulp ge shop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 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 @
63cad15
...
...
@@ -9962,9 +9962,9 @@ $(window).ready(function() {
imgH
=
$
(
'#nav-top'
).
outerHeight
();
nav1H
=
$
(
'#nav'
).
outerHeight
();
main1H
=
$
(
'#nav-main'
).
height
();
main1oH
=
$
(
'#nav-main'
).
outerHeight
();
nav2H
=
$
(
'#list-nav'
).
outerHeight
();
main2oH
=
$
(
'#goods-container'
).
outerHeight
();
main1oH
=
$
(
'#nav-main'
).
outerHeight
(
true
);
nav2H
=
$
(
'#list-nav'
).
outerHeight
(
true
);
main2oH
=
$
(
'#goods-container'
).
outerHeight
(
true
);
myScroll
=
new
IScroll
(
'#wrapper'
,
{
...
...
@@ -10229,7 +10229,7 @@ $subNav.on('touchend touchcancel', function(e) {
if
(
$this
.
closest
(
'.pos-list'
).
length
>
0
)
{
$
(
'.filter-mask'
).
addClass
(
'call-by-fix'
).
css
(
'top'
,
''
);
}
else
{
$
(
'.filter-mask'
).
removeClass
(
'call-by-fix'
).
css
(
'top'
,
$this
.
offset
().
top
+
nav1H
-
13
);
$
(
'.filter-mask'
).
removeClass
(
'call-by-fix'
).
css
(
'top'
,
$this
.
offset
().
top
+
nav1H
);
}
myScroll
&&
myScroll
.
disable
();
...
...
static/dist/myohobuy/4.9.22/index.css
View file @
63cad15
This diff could not be displayed because it is too large.
static/dist/myohobuy/4.9.22/index.js
View file @
63cad15
This diff could not be displayed because it is too large.
Please
register
or
login
to post a comment