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:42:05 +0800
Commit
7a076e847bd182224333433fe3536915cf9f03de
1 parent
00954f58
代码检查callback
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 @
7a076e8
...
...
@@ -103,7 +103,7 @@ exports.showDialog = function(data, callback, callbackForLeft, fullWithBtn) {
}
$dialogWrapper
.
fadeOut
();
}
else
if
(
$
(
event
.
target
).
hasClass
(
'dialog-right-btn'
))
{
callback
;
return
callback
()
;
}
// 防止出现点透问题
...
...
Please
register
or
login
to post a comment