Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
梁建民
/
xinhot
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
88e89e98
authored
Mar 12, 2019
by
林翔
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'lx_xinhot_h5_20190307'
parents
1a7924d1
87f62eef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
h5/js/index.js
h5/js/index.js
View file @
88e89e98
...
...
@@ -44,7 +44,10 @@ var xinhot = {
// var top = $(".product-mask-content").offset().top; //获取某个元素距顶部的距离
// $("body,html").animate({scrollTop:(top-50)+"px"},500);
$
(
"body,html"
).
css
({
"overflow"
:
"hidden"
});
$
(
"body,html"
).
bind
(
"touchmove"
,
function
(
e
){
$
(
".mask"
).
addEventListener
(
"touchmove"
,
function
(
e
){
e
.
prevenDefault
();
});
$
(
".mask"
).
bind
(
"touchmove"
,
function
(
e
){
e
.
prevenDefault
();
});
...
...
@@ -77,7 +80,10 @@ var xinhot = {
// var top = $(".contact-mask-content").offset().top; //获取某个元素距顶部的距离
// $("body,html").animate({scrollTop:(top-50)+"px"},500);
$
(
"body,html"
).
css
({
"overflow"
:
"hidden"
});
$
(
"body,html"
).
bind
(
"touchmove"
,
function
(
e
){
$
(
".mask"
).
addEventListener
(
"touchmove"
,
function
(
e
){
e
.
prevenDefault
();
});
$
(
".mask"
).
bind
(
"touchmove"
,
function
(
e
){
e
.
prevenDefault
();
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment