diff --git a/plugins/php/js/php.js b/plugins/php/js/php.js index 6569d2505..6b556ec53 100755 --- a/plugins/php/js/php.js +++ b/plugins/php/js/php.js @@ -26,7 +26,8 @@ function phpPost(method, version, args,callback){ $.post('/plugins/run', req_data, function(data) { layer.close(loadT); if (!data.status){ - layer.msg(data.msg,{icon:0,time:2000,shade: [0.3, '#000']}); + //错误展示10S + layer.msg(data.msg,{icon:0,time:2000,shade: [10, '#000']}); return; }