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
郭成尧
2017-10-18 11:46:10 +0800
Commit
5581669f21c83af20031d7bfc902d29943184dab
1 parent
02298a88
touchend-toclick
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/plugin/rich-tip.js
public/js/plugin/rich-tip.js
View file @
5581669
...
...
@@ -19,7 +19,7 @@ function setCallback(t, p) {
* 跳转还是消失控制
*/
(
function
()
{
$tip
.
on
(
'
touchend
'
,
function
(
event
)
{
$tip
.
on
(
'
click
'
,
function
(
event
)
{
if
(
event
.
target
.
tagName
===
'SPAN'
)
{
if
(
touchCallback
)
{
touchCallback
(
params
);
...
...
Please
register
or
login
to post a comment