@@ -1747,9 +1747,14 @@ function showAlert(msg, func, title, index)
}
if (func) {
- config.yes = function()
+ config.yes = function(index)
{
- func();
+ func(index);
+ };
+ } else {
+ {
+ layer.close(index);
};
var index = layer.open(config);
@@ -1779,6 +1784,7 @@ function fastEdit(e, url, title, col, index)
} else {
html = t;
+ func = false;
if (index == 1) {