@@ -2852,9 +2852,7 @@ $("textarea").on("postpaste", function()
function showYes(msg)
{
if (msg.status == 2) {
- showAlert(msg.msg, function(index) {
- layer.close(index);
- });
+ layer.alert(msg.msg);
} else {
showAlert('保存成功', function() {
if (select_api_open) {