Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
张丽霞
2016-05-27 18:39:52 +0800
Commit
00954f586c9dc164902c465e4c04965784f582fd
1 parent
d7d5bb9c
代码检查将undefined改成null
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/detail.page.js
public/js/product/detail.page.js
View file @
00954f5
...
...
@@ -110,7 +110,7 @@ $('#limit-sale').on('touchend', function(e) {
}
},
3000
);
},
undefined
,
true
);
},
null
,
true
);
$
(
'.dialog-wrapper'
).
off
(
'touchstart'
).
on
(
'touchstart'
,
function
(
para
)
{
para
.
stopPropagation
();
...
...
Please
register
or
login
to post a comment