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-02-10 10:31:32 +0800
Commit
40a23b26970911f9ef26873cb659d003c3cdefae
1 parent
ee0807cf
dialog事件绑定延迟500ms
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/plugin/dialog.js
public/js/plugin/dialog.js
View file @
40a23b2
...
...
@@ -87,7 +87,7 @@ exports.showDialog = function(data, callback, callbackForLeft, fullWithBtn) {
event
.
preventDefault
();
event
.
stopPropagation
();
});
},
1
00
);
},
5
00
);
};
exports
.
hideDialog
=
function
()
{
...
...
Please
register
or
login
to post a comment