|
|
@ -97,12 +97,12 @@ function orPluginOpServiceOp(a,b,c,d,a,v){ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if( g.status && g.data != 'ok' ) { |
|
|
|
if( g.status && g.data != 'ok' ) { |
|
|
|
layer.msg(g.data, {icon: 2,time: 3000,shade: 0.3,shadeClose: true}); |
|
|
|
layer.msg(g.data, {icon: 2,time: 10000,shade: 0.3}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
setTimeout(function(){ |
|
|
|
// setTimeout(function(){
|
|
|
|
location.reload(); |
|
|
|
// location.reload();
|
|
|
|
},2000); |
|
|
|
// },2000);
|
|
|
|
},'json').error(function() { |
|
|
|
},'json').error(function() { |
|
|
|
layer.close(e); |
|
|
|
layer.close(e); |
|
|
|
layer.msg('操作异常!', {icon: 2}); |
|
|
|
layer.msg('操作异常!', {icon: 2}); |
|
|
|