Showing
1 changed file
with
1 additions
and
1 deletions
@@ -103,7 +103,7 @@ exports.showDialog = function(data, callback, callbackForLeft, fullWithBtn) { | @@ -103,7 +103,7 @@ exports.showDialog = function(data, callback, callbackForLeft, fullWithBtn) { | ||
103 | } | 103 | } |
104 | $dialogWrapper.fadeOut(); | 104 | $dialogWrapper.fadeOut(); |
105 | } else if ($(event.target).hasClass('dialog-right-btn')) { | 105 | } else if ($(event.target).hasClass('dialog-right-btn')) { |
106 | - callback; | 106 | + return callback(); |
107 | } | 107 | } |
108 | 108 | ||
109 | // 防止出现点透问题 | 109 | // 防止出现点透问题 |
-
Please register or login to post a comment