Update index.js

pull/267/head
midoks 3 years ago
parent 240d915913
commit 60b25cd35b
  1. 7
      route/static/app/index.js

@ -840,8 +840,11 @@ function pluginInit(){
} }
$.post('/plugins/init_install', 'list='+JSON.stringify(post_data), function(data){ $.post('/plugins/init_install', 'list='+JSON.stringify(post_data), function(data){
layer.close(index); showMsg(data.msg, function(){
layer.msg(data.msg, { icon: data.status ? 1 : 2 }); if (data.status){
messageBox();
}
},{ icon: data.status ? 1 : 2 },2000);
},'json'); },'json');
}); });
}, },

Loading…
Cancel
Save